#af5261

Color #AF5261 Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #AF5261

Tints of Blush #AF5261

Color information

#AF5261 (or 0xAF5261) is unknown color: approx Blush. HEX triplet: AF, 52 and 61. RGB value is (175,82,97). Sum of RGB (Red+Green+Blue) = 175+82+97=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 97 (38.28% from 255 or 27.40% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5261 is #50AD9E. Grayscale: #6F6F6F. Windows color (decimal): -5287327 or 6378159. OLE color: 6378159.

HSL color Cylindrical-coordinate representation of color #AF5261: hue angle of 350.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5261 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1758297-
CMYK00.530.450.31
HSL350.32º36.76%50.39%-
HSV(B)350.32º53.14%68.63%-
XYZ22.8516.0113.2-
YUV111.52119.81173.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 49.44%
GREEN value IS 82 (32.42% from 255) = 23.16%
BLUE value IS 97 (38.28% from 255) = 27.40%
R=49.44%
G=23.16%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175829700.530.450.31350.3236.7650.39
HexAF52610352D1F15e2532
Octal25712214106555375364562
Binary1010111110100101100001011010110110111111101011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af5261; }

 p { color: rgb(175,82,97); }

 H1.HeaderClassName
 {
   color: #af5261;
 }
 .AnyTagClassName
 {
   color: #af5261;
 }
</style>
background-color css

<style>
 a { background-color: #af5261; }

 a { background-color: rgb(175,82,97); }

 div.DivClassName
 {
   background-color: #af5261;
 }
 .BgClassName
 {
   background-color: #af5261;
 }
</style>
border-color css

<style>
 span { border-color: #af5261; }

 span { border-color: rgb(175,82,97); }

 td.TdClassName
 {
   border-color: #af5261;
 }
 .TagClassName
 {
   border-color: #af5261;
 }
</style>