#A4886F

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

Shades of Mongoose #A4886F

Tints of Mongoose #A4886F

Color information

#A4886F (or 0xA4886F) is unknown color: approx Mongoose. HEX triplet: A4, 88 and 6F. RGB value is (164,136,111). Sum of RGB (Red+Green+Blue) = 164+136+111=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A4886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4886F is #5B7790. Grayscale: #8D8D8D. Windows color (decimal): -5994385 or 7309476. OLE color: 7309476.

HSL color Cylindrical-coordinate representation of color #A4886F: hue angle of 28.3º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4886F is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB164136111-
CMYK00.170.320.36
HSL28.3º22.55%53.92%-
HSV(B)28.3º32.32%64.31%-
XYZ26.9826.6518.76-
YUV141.52110.78144.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=39.90%
G=33.09%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16413611100.170.320.3628.322.5553.92
HexA4886F01120241c1736
Octal2442101570214044342766
Binary101001001000100011011110100011000001001001110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4886F; }

 p { color: rgb(164,136,111); }

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

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

 a { background-color: rgb(164,136,111); }

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

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

 span { border-color: rgb(164,136,111); }

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