#AF5766

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

Shades of Blush #AF5766

Tints of Blush #AF5766

Color information

#AF5766 (or 0xAF5766) is unknown color: approx Blush. HEX triplet: AF, 57 and 66. RGB value is (175,87,102). Sum of RGB (Red+Green+Blue) = 175+87+102=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5766 is #50A899. Grayscale: #737373. Windows color (decimal): -5286042 or 6707119. OLE color: 6707119.

HSL color Cylindrical-coordinate representation of color #AF5766: hue angle of 349.77º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF5766 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17587102-
CMYK00.500.420.31
HSL349.77º35.48%51.37%-
HSV(B)349.77º50.29%68.63%-
XYZ23.4916.8914.59-
YUV115.02120.65170.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 87 (34.38% from 255) = 23.90%
BLUE value IS 102 (40.23% from 255) = 28.02%
R=48.08%
G=23.90%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758710200.500.420.31349.7735.4851.37
HexAF57660322A1F15e2333
Octal25712714606252375364363
Binary1010111110101111100110011001010101011111101011110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5766; }

 p { color: rgb(175,87,102); }

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

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

 a { background-color: rgb(175,87,102); }

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

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

 span { border-color: rgb(175,87,102); }

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