#A5886E

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

Shades of Mongoose #A5886E

Tints of Mongoose #A5886E

Color information

#A5886E (or 0xA5886E) is unknown color: approx Mongoose. HEX triplet: A5, 88 and 6E. RGB value is (165,136,110). Sum of RGB (Red+Green+Blue) = 165+136+110=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5886E is #5A7791. Grayscale: #8D8D8D. Windows color (decimal): -5928850 or 7243941. OLE color: 7243941.

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

Color convert

RGB165136110-
CMYK00.180.330.35
HSL28.36º23.4%53.92%-
HSV(B)28.36º33.33%64.71%-
XYZ27.1426.7318.48-
YUV141.71110.11144.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 136 (53.52% from 255) = 33.09%
BLUE value IS 110 (43.36% from 255) = 26.76%
R=40.15%
G=33.09%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513611000.180.330.3528.3623.453.92
HexA5886E01221231c1736
Octal2452101560224143342766
Binary101001011000100011011100100101000011000111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5886E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5886E; }

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

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

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

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

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

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

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

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