#AF8872

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

Shades of Sandrift #AF8872

Tints of Sandrift #AF8872

Color information

#AF8872 (or 0xAF8872) is unknown color: approx Sandrift. HEX triplet: AF, 88 and 72. RGB value is (175,136,114). Sum of RGB (Red+Green+Blue) = 175+136+114=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8872 is #50778D. Grayscale: #919191. Windows color (decimal): -5273486 or 7506095. OLE color: 7506095.

HSL color Cylindrical-coordinate representation of color #AF8872: hue angle of 21.64º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF8872 is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB175136114-
CMYK00.220.350.31
HSL21.64º27.6%56.67%-
HSV(B)21.64º34.86%68.63%-
XYZ29.5227.9419.76-
YUV145.15110.42149.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 136 (53.52% from 255) = 32%
BLUE value IS 114 (44.92% from 255) = 26.82%
R=41.18%
G=32%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513611400.220.350.3121.6427.656.67
HexAF8872016231F161c39
Octal2572101620264337263471
Binary10101111100010001110010010110100011111111011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8872; }

 p { color: rgb(175,136,114); }

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

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

 a { background-color: rgb(175,136,114); }

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

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

 span { border-color: rgb(175,136,114); }

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