#AF8F7E

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

Shades of Sandrift #AF8F7E

Tints of Sandrift #AF8F7E

Color information

#AF8F7E (or 0xAF8F7E) is unknown color: approx Sandrift. HEX triplet: AF, 8F and 7E. RGB value is (175,143,126). Sum of RGB (Red+Green+Blue) = 175+143+126=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8F7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8F7E is #507081. Grayscale: #969696. Windows color (decimal): -5271682 or 8294319. OLE color: 8294319.

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

Color convert

RGB175143126-
CMYK00.180.280.31
HSL20.82º23.44%59.02%-
HSV(B)20.82º28%68.63%-
XYZ31.2730.2723.93-
YUV150.63114.1145.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 126 (49.61% from 255) = 28.38%
R=39.41%
G=32.21%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514312600.180.280.3120.8223.4459.02
HexAF8F7E0121C1F15173b
Octal2572171760223437252773
Binary1010111110001111111111001001011100111111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8F7E; }

 p { color: rgb(175,143,126); }

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

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

 a { background-color: rgb(175,143,126); }

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

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

 span { border-color: rgb(175,143,126); }

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