#AF8B79

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

Shades of Sandrift #AF8B79

Tints of Sandrift #AF8B79

Color information

#AF8B79 (or 0xAF8B79) is unknown color: approx Sandrift. HEX triplet: AF, 8B and 79. RGB value is (175,139,121). Sum of RGB (Red+Green+Blue) = 175+139+121=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 139 (54.69% from 255 or 31.95% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8B79 is #507486. Grayscale: #939393. Windows color (decimal): -5272711 or 7965615. OLE color: 7965615.

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

Color convert

RGB175139121-
CMYK00.210.310.31
HSL20º25.23%58.04%-
HSV(B)20º30.86%68.63%-
XYZ30.3628.9622.08-
YUV147.71112.93147.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 139 (54.69% from 255) = 31.95%
BLUE value IS 121 (47.66% from 255) = 27.82%
R=40.23%
G=31.95%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513912100.210.310.312025.2358.04
HexAF8B790151F1F14193a
Octal2572131710253737243172
Binary1010111110001011111100101010111111111111010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8B79; }

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

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

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

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

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

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

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

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