#AF8C79

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

Shades of Sandrift #AF8C79

Tints of Sandrift #AF8C79

Color information

#AF8C79 (or 0xAF8C79) is unknown color: approx Sandrift. HEX triplet: AF, 8C and 79. RGB value is (175,140,121). Sum of RGB (Red+Green+Blue) = 175+140+121=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 140 (55.08% from 255 or 32.11% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C79 is #507386. Grayscale: #949494. Windows color (decimal): -5272455 or 7965871. OLE color: 7965871.

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

Color convert

RGB175140121-
CMYK00.20.310.31
HSL21.11º25.23%58.04%-
HSV(B)21.11º30.86%68.63%-
XYZ30.5129.2522.13-
YUV148.3112.6147.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 140 (55.08% from 255) = 32.11%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=40.14%
G=32.11%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514012100.20.310.3121.1125.2358.04
HexAF8C790141F1F15193a
Octal2572141710243737253172
Binary1010111110001100111100101010011111111111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8C79; }

 p { color: rgb(175,140,121); }

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

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

 a { background-color: rgb(175,140,121); }

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

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

 span { border-color: rgb(175,140,121); }

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