#AF8A76

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

Shades of Sandrift #AF8A76

Tints of Sandrift #AF8A76

Color information

#AF8A76 (or 0xAF8A76) is unknown color: approx Sandrift. HEX triplet: AF, 8A and 76. RGB value is (175,138,118). Sum of RGB (Red+Green+Blue) = 175+138+118=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A76 is #507589. Grayscale: #929292. Windows color (decimal): -5272970 or 7768751. OLE color: 7768751.

HSL color Cylindrical-coordinate representation of color #AF8A76: hue angle of 21.05º 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 #AF8A76 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB175138118-
CMYK00.210.330.31
HSL21.05º26.27%57.45%-
HSV(B)21.05º32.57%68.63%-
XYZ30.0428.621.08-
YUV146.78111.76148.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 118 (46.48% from 255) = 27.38%
R=40.60%
G=32.02%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513811800.210.330.3121.0526.2757.45
HexAF8A76015211F151a39
Octal2572121660254137253271
Binary10101111100010101110110010101100001111111010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A76; }

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

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

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

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

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

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

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

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