#A5896F

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

Shades of Mongoose #A5896F

Tints of Mongoose #A5896F

Color information

#A5896F (or 0xA5896F) is unknown color: approx Mongoose. HEX triplet: A5, 89 and 6F. RGB value is (165,137,111). Sum of RGB (Red+Green+Blue) = 165+137+111=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 165 - color contains mainly: red. Hex color #A5896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5896F is #5A7690. Grayscale: #8E8E8E. Windows color (decimal): -5928593 or 7309733. OLE color: 7309733.

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

Color convert

RGB165137111-
CMYK00.170.330.35
HSL28.89º23.08%54.12%-
HSV(B)28.89º32.73%64.71%-
XYZ27.3327.0418.82-
YUV142.41110.28144.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.95%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=39.95%
G=33.17%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513711100.170.330.3528.8923.0854.12
HexA5896F01121231d1736
Octal2452111570214143352766
Binary101001011000100111011110100011000011000111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5896F; }

 p { color: rgb(165,137,111); }

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

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

 a { background-color: rgb(165,137,111); }

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

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

 span { border-color: rgb(165,137,111); }

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