#AF8E7F

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

Shades of Sandrift #AF8E7F

Tints of Sandrift #AF8E7F

Color information

#AF8E7F (or 0xAF8E7F) is unknown color: approx Sandrift. HEX triplet: AF, 8E and 7F. RGB value is (175,142,127). Sum of RGB (Red+Green+Blue) = 175+142+127=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E7F is #507180. Grayscale: #969696. Windows color (decimal): -5271937 or 8359599. OLE color: 8359599.

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

Color convert

RGB175142127-
CMYK00.190.270.31
HSL18.75º23.08%59.22%-
HSV(B)18.75º27.43%68.63%-
XYZ31.1829.9924.22-
YUV150.16114.93145.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 127 (50% from 255) = 28.60%
R=39.41%
G=31.98%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514212700.190.270.3118.7523.0859.22
HexAF8E7F0131B1F13173b
Octal2572161770233337232773
Binary1010111110001110111111101001111011111111001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E7F; }

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

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

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

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

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

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

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

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