#A5896E

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

Shades of Mongoose #A5896E

Tints of Mongoose #A5896E

Color information

#A5896E (or 0xA5896E) is unknown color: approx Mongoose. HEX triplet: A5, 89 and 6E. RGB value is (165,137,110). Sum of RGB (Red+Green+Blue) = 165+137+110=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5896E is #5A7691. Grayscale: #8E8E8E. Windows color (decimal): -5928594 or 7244197. OLE color: 7244197.

HSL color Cylindrical-coordinate representation of color #A5896E: hue angle of 29.45º 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 #A5896E is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB165137110-
CMYK00.170.330.35
HSL29.45º23.4%53.92%-
HSV(B)29.45º33.33%64.71%-
XYZ27.2827.0218.53-
YUV142.29109.78144.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 137 (53.91% from 255) = 33.25%
BLUE value IS 110 (43.36% from 255) = 26.70%
R=40.05%
G=33.25%
B=26.70%

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
Decimal16513711000.170.330.3529.4523.453.92
HexA5896E01121231d1736
Octal2452111560214143352766
Binary101001011000100111011100100011000011000111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5896E; }

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

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

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

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

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

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

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

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