#AF8E69

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

Shades of Mongoose #AF8E69

Tints of Mongoose #AF8E69

Color information

#AF8E69 (or 0xAF8E69) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 69. RGB value is (175,142,105). Sum of RGB (Red+Green+Blue) = 175+142+105=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E69 is #507196. Grayscale: #939393. Windows color (decimal): -5271959 or 6917807. OLE color: 6917807.

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

Color convert

RGB175142105-
CMYK00.190.400.31
HSL31.71º30.43%54.9%-
HSV(B)31.71º40%68.63%-
XYZ29.929.4817.48-
YUV147.65103.93147.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.47%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=41.47%
G=33.65%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514210500.190.400.3131.7130.4354.9
HexAF8E69013281F201e37
Octal2572161510235037403667
Binary101011111000111011010010100111010001111110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E69; }

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

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

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

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

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

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

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

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