#AF8E72

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

Shades of Mongoose #AF8E72

Tints of Mongoose #AF8E72

Color information

#AF8E72 (or 0xAF8E72) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 72. RGB value is (175,142,114). Sum of RGB (Red+Green+Blue) = 175+142+114=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E72 is #50718D. Grayscale: #949494. Windows color (decimal): -5271950 or 7507631. OLE color: 7507631.

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

Color convert

RGB175142114-
CMYK00.190.350.31
HSL27.54º27.6%56.67%-
HSV(B)27.54º34.86%68.63%-
XYZ30.3929.6720.05-
YUV148.68108.43146.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.60%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 114 (44.92% from 255) = 26.45%
R=40.60%
G=32.95%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514211400.190.350.3127.5427.656.67
HexAF8E72013231F1c1c39
Octal2572161620234337343471
Binary10101111100011101110010010011100011111111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E72; }

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

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

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

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

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

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

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

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