#A5876F

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

Shades of Mongoose #A5876F

Tints of Mongoose #A5876F

Color information

#A5876F (or 0xA5876F) is unknown color: approx Mongoose. HEX triplet: A5, 87 and 6F. RGB value is (165,135,111). Sum of RGB (Red+Green+Blue) = 165+135+111=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 165 - color contains mainly: red. Hex color #A5876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5876F is #5A7890. Grayscale: #8D8D8D. Windows color (decimal): -5929105 or 7309221. OLE color: 7309221.

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

Color convert

RGB165135111-
CMYK00.180.330.35
HSL26.67º23.08%54.12%-
HSV(B)26.67º32.73%64.71%-
XYZ27.0526.4718.72-
YUV141.23110.94144.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 135 (53.12% from 255) = 32.85%
BLUE value IS 111 (43.75% from 255) = 27.01%
R=40.15%
G=32.85%
B=27.01%

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
Decimal16513511100.180.330.3526.6723.0854.12
HexA5876F01221231b1736
Octal2452071570224143332766
Binary101001011000011111011110100101000011000111101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5876F; }

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

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

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

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

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

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

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

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