#AF886C

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

Shades of Mongoose #AF886C

Tints of Mongoose #AF886C

Color information

#AF886C (or 0xAF886C) is unknown color: approx Mongoose. HEX triplet: AF, 88 and 6C. RGB value is (175,136,108). Sum of RGB (Red+Green+Blue) = 175+136+108=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 175 - color contains mainly: red. Hex color #AF886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF886C is #507793. Grayscale: #909090. Windows color (decimal): -5273492 or 7112879. OLE color: 7112879.

HSL color Cylindrical-coordinate representation of color #AF886C: hue angle of 25.07º 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 #AF886C is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175136108-
CMYK00.220.380.31
HSL25.07º29.52%55.49%-
HSV(B)25.07º38.29%68.63%-
XYZ29.1927.818.02-
YUV144.47107.42149.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.77%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 108 (42.58% from 255) = 25.78%
R=41.77%
G=32.46%
B=25.78%

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
Decimal17513610800.220.380.3125.0729.5255.49
HexAF886C016261F191e37
Octal2572101540264637313667
Binary10101111100010001101100010110100110111111100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF886C; }

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

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

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

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

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

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

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

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