#AF9A87

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

Shades of Sandrift #AF9A87

Tints of Sandrift #AF9A87

Color information

#AF9A87 (or 0xAF9A87) is unknown color: approx Sandrift. HEX triplet: AF, 9A and 87. RGB value is (175,154,135). Sum of RGB (Red+Green+Blue) = 175+154+135=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9A87 is #506578. Grayscale: #9E9E9E. Windows color (decimal): -5268857 or 8886959. OLE color: 8886959.

HSL color Cylindrical-coordinate representation of color #AF9A87: hue angle of 28.5º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF9A87 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB175154135-
CMYK00.120.230.31
HSL28.5º20%60.78%-
HSV(B)28.5º22.86%68.63%-
XYZ33.6133.9727.71-
YUV158.11114.96140.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=37.72%
G=33.19%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515413500.120.230.3128.52060.78
HexAF9A870C171F1d143d
Octal2572322070142737352475
Binary1010111110011010100001110110010111111111110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9A87; }

 p { color: rgb(175,154,135); }

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

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

 a { background-color: rgb(175,154,135); }

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

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

 span { border-color: rgb(175,154,135); }

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