#A2896E

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

Shades of Mongoose #A2896E

Tints of Mongoose #A2896E

Color information

#A2896E (or 0xA2896E) is unknown color: approx Mongoose. HEX triplet: A2, 89 and 6E. RGB value is (162,137,110). Sum of RGB (Red+Green+Blue) = 162+137+110=409 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.61% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 162 - color contains mainly: red. Hex color #A2896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2896E is #5D7691. Grayscale: #8D8D8D. Windows color (decimal): -6125202 or 7244194. OLE color: 7244194.

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

Color convert

RGB162137110-
CMYK00.150.320.36
HSL31.15º21.85%53.33%-
HSV(B)31.15º32.1%63.53%-
XYZ26.6626.718.5-
YUV141.4110.28142.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.61%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 110 (43.36% from 255) = 26.89%
R=39.61%
G=33.50%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16213711000.150.320.3631.1521.8553.33
HexA2896E0F20241f1635
Octal2422111560174044372665
Binary10100010100010011101110011111000001001001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2896E; }

 p { color: rgb(162,137,110); }

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

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

 a { background-color: rgb(162,137,110); }

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

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

 span { border-color: rgb(162,137,110); }

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