#AF8D7B

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

Shades of Sandrift #AF8D7B

Tints of Sandrift #AF8D7B

Color information

#AF8D7B (or 0xAF8D7B) is unknown color: approx Sandrift. HEX triplet: AF, 8D and 7B. RGB value is (175,141,123). Sum of RGB (Red+Green+Blue) = 175+141+123=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 141 (55.47% from 255 or 32.12% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8D7B is #507284. Grayscale: #959595. Windows color (decimal): -5272197 or 8097199. OLE color: 8097199.

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

Color convert

RGB175141123-
CMYK00.190.300.31
HSL20.77º24.53%58.43%-
HSV(B)20.77º29.71%68.63%-
XYZ30.7829.5922.83-
YUV149.11113.26146.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 141 (55.47% from 255) = 32.12%
BLUE value IS 123 (48.44% from 255) = 28.02%
R=39.86%
G=32.12%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514112300.190.300.3120.7724.5358.43
HexAF8D7B0131E1F15193a
Octal2572151730233637253172
Binary1010111110001101111101101001111110111111010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8D7B; }

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

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

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

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

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

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

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

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