#AF8E6C

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

Shades of Mongoose #AF8E6C

Tints of Mongoose #AF8E6C

Color information

#AF8E6C (or 0xAF8E6C) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 6C. RGB value is (175,142,108). Sum of RGB (Red+Green+Blue) = 175+142+108=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E6C is #507193. Grayscale: #949494. Windows color (decimal): -5271956 or 7114415. OLE color: 7114415.

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

Color convert

RGB175142108-
CMYK00.190.380.31
HSL30.45º29.52%55.49%-
HSV(B)30.45º38.29%68.63%-
XYZ30.0629.5418.31-
YUV147.99105.43147.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.18%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=41.18%
G=33.41%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514210800.190.380.3130.4529.5255.49
HexAF8E6C013261F1e1e37
Octal2572161540234637363667
Binary10101111100011101101100010011100110111111111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E6C; }

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

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

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

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

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

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

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

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