#AF8E7A

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

Shades of Sandrift #AF8E7A

Tints of Sandrift #AF8E7A

Color information

#AF8E7A (or 0xAF8E7A) is unknown color: approx Sandrift. HEX triplet: AF, 8E and 7A. RGB value is (175,142,122). Sum of RGB (Red+Green+Blue) = 175+142+122=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E7A is #507185. Grayscale: #959595. Windows color (decimal): -5271942 or 8031919. OLE color: 8031919.

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

Color convert

RGB175142122-
CMYK00.190.300.31
HSL22.64º24.88%58.24%-
HSV(B)22.64º30.29%68.63%-
XYZ30.8729.8722.55-
YUV149.59112.43146.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 142 (55.86% from 255) = 32.35%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=39.86%
G=32.35%
B=27.79%

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
Decimal17514212200.190.300.3122.6424.8858.24
HexAF8E7A0131E1F17193a
Octal2572161720233637273172
Binary1010111110001110111101001001111110111111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E7A; }

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

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

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

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

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

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

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

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