#AF8E7D

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

Shades of Sandrift #AF8E7D

Tints of Sandrift #AF8E7D

Color information

#AF8E7D (or 0xAF8E7D) is unknown color: approx Sandrift. HEX triplet: AF, 8E and 7D. RGB value is (175,142,125). Sum of RGB (Red+Green+Blue) = 175+142+125=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E7D is #507182. Grayscale: #969696. Windows color (decimal): -5271939 or 8228527. OLE color: 8228527.

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

Color convert

RGB175142125-
CMYK00.190.290.31
HSL20.4º23.81%58.82%-
HSV(B)20.4º28.57%68.63%-
XYZ31.0529.9423.54-
YUV149.93113.93145.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=39.59%
G=32.13%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514212500.190.290.3120.423.8158.82
HexAF8E7D0131D1F14183b
Octal2572161750233537243073
Binary1010111110001110111110101001111101111111010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E7D; }

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

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

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

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

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

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

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

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