#AF8E76

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

Shades of Sandrift #AF8E76

Tints of Sandrift #AF8E76

Color information

#AF8E76 (or 0xAF8E76) is unknown color: approx Sandrift. HEX triplet: AF, 8E and 76. RGB value is (175,142,118). Sum of RGB (Red+Green+Blue) = 175+142+118=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E76 is #507189. Grayscale: #959595. Windows color (decimal): -5271946 or 7769775. OLE color: 7769775.

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

Color convert

RGB175142118-
CMYK00.190.330.31
HSL25.26º26.27%57.45%-
HSV(B)25.26º32.57%68.63%-
XYZ30.6229.7721.27-
YUV149.13110.43146.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 142 (55.86% from 255) = 32.64%
BLUE value IS 118 (46.48% from 255) = 27.13%
R=40.23%
G=32.64%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514211800.190.330.3125.2626.2757.45
HexAF8E76013211F191a39
Octal2572161660234137313271
Binary10101111100011101110110010011100001111111100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E76; }

 p { color: rgb(175,142,118); }

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

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

 a { background-color: rgb(175,142,118); }

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

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

 span { border-color: rgb(175,142,118); }

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