#af8e6e

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

Shades of Mongoose #AF8E6E

Tints of Mongoose #AF8E6E

Color information

#AF8E6E (or 0xAF8E6E) is unknown color: approx Mongoose. HEX triplet: AF, 8E and 6E. RGB value is (175,142,110). Sum of RGB (Red+Green+Blue) = 175+142+110=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E6E is #507191. Grayscale: #949494. Windows color (decimal): -5271954 or 7245487. OLE color: 7245487.

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

Color convert

RGB175142110-
CMYK00.190.370.31
HSL29.54º28.89%55.88%-
HSV(B)29.54º37.14%68.63%-
XYZ30.1729.5918.87-
YUV148.22106.43147.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.98%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=40.98%
G=33.26%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514211000.190.370.3129.5428.8955.88
HexAF8E6E013251F1e1d38
Octal2572161560234537363570
Binary10101111100011101101110010011100101111111111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8e6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8e6e; }

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

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

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

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

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

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

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

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