#AF8E66

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

Shades of Mongoose #AF8E66

Tints of Mongoose #AF8E66

Color information

#AF8E66 (or 0xAF8E66) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 66. RGB value is (175,142,102). Sum of RGB (Red+Green+Blue) = 175+142+102=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 102 (40.23% from 255 or 24.34% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E66 is #507199. Grayscale: #939393. Windows color (decimal): -5271962 or 6721199. OLE color: 6721199.

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

Color convert

RGB175142102-
CMYK00.190.420.31
HSL32.88º31.33%54.31%-
HSV(B)32.88º41.71%68.63%-
XYZ29.7529.4216.68-
YUV147.31102.43147.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 102 (40.23% from 255) = 24.34%
R=41.77%
G=33.89%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514210200.190.420.3132.8831.3354.31
HexAF8E660132A1F211f36
Octal2572161460235237413766
Binary101011111000111011001100100111010101111110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E66; }

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

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

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

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

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

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

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

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