#A5886F

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

Shades of Mongoose #A5886F

Tints of Mongoose #A5886F

Color information

#A5886F (or 0xA5886F) is unknown color: approx Mongoose. HEX triplet: A5, 88 and 6F. RGB value is (165,136,111). Sum of RGB (Red+Green+Blue) = 165+136+111=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 165 - color contains mainly: red. Hex color #A5886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5886F is #5A7790. Grayscale: #8D8D8D. Windows color (decimal): -5928849 or 7309477. OLE color: 7309477.

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

Color convert

RGB165136111-
CMYK00.180.330.35
HSL27.78º23.08%54.12%-
HSV(B)27.78º32.73%64.71%-
XYZ27.1926.7618.77-
YUV141.82110.61144.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 111 (43.75% from 255) = 26.94%
R=40.05%
G=33.01%
B=26.94%

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
Decimal16513611100.180.330.3527.7823.0854.12
HexA5886F01221231c1736
Octal2452101570224143342766
Binary101001011000100011011110100101000011000111110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5886F; }

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

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

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

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

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

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

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

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