#AF886D

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

Shades of Mongoose #AF886D

Tints of Mongoose #AF886D

Color information

#AF886D (or 0xAF886D) is unknown color: approx Mongoose. HEX triplet: AF, 88 and 6D. RGB value is (175,136,109). Sum of RGB (Red+Green+Blue) = 175+136+109=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886D is #507792. Grayscale: #909090. Windows color (decimal): -5273491 or 7178415. OLE color: 7178415.

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

Color convert

RGB175136109-
CMYK00.220.380.31
HSL24.55º29.2%55.69%-
HSV(B)24.55º37.71%68.63%-
XYZ29.2427.8318.3-
YUV144.58107.92149.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 109 (42.97% from 255) = 25.95%
R=41.67%
G=32.38%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17513610900.220.380.3124.5529.255.69
HexAF886D016261F191d38
Octal2572101550264637313570
Binary10101111100010001101101010110100110111111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF886D; }

 p { color: rgb(175,136,109); }

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

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

 a { background-color: rgb(175,136,109); }

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

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

 span { border-color: rgb(175,136,109); }

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