#AF8D79

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

Shades of Sandrift #AF8D79

Tints of Sandrift #AF8D79

Color information

#AF8D79 (or 0xAF8D79) is unknown color: approx Sandrift. HEX triplet: AF, 8D and 79. RGB value is (175,141,121). Sum of RGB (Red+Green+Blue) = 175+141+121=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D79 is #507286. Grayscale: #959595. Windows color (decimal): -5272199 or 7966127. OLE color: 7966127.

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

Color convert

RGB175141121-
CMYK00.190.310.31
HSL22.22º25.23%58.04%-
HSV(B)22.22º30.86%68.63%-
XYZ30.6629.5422.18-
YUV148.89112.26146.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 121 (47.66% from 255) = 27.69%
R=40.05%
G=32.27%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514112100.190.310.3122.2225.2358.04
HexAF8D790131F1F16193a
Octal2572151710233737263172
Binary1010111110001101111100101001111111111111011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D79; }

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

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

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

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

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

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

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

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