#A58872

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

Shades of Mongoose #A58872

Tints of Mongoose #A58872

Color information

#A58872 (or 0xA58872) is unknown color: approx Mongoose. HEX triplet: A5, 88 and 72. RGB value is (165,136,114). Sum of RGB (Red+Green+Blue) = 165+136+114=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A58872 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58872 is #5A778D. Grayscale: #8E8E8E. Windows color (decimal): -5928846 or 7506085. OLE color: 7506085.

HSL color Cylindrical-coordinate representation of color #A58872: hue angle of 25.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A58872 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB165136114-
CMYK00.180.310.35
HSL25.88º22.08%54.71%-
HSV(B)25.88º30.91%64.71%-
XYZ27.3626.8219.65-
YUV142.16112.11144.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=39.76%
G=32.77%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16513611400.180.310.3525.8822.0854.71
HexA588720121F231a1637
Octal2452101620223743322667
Binary10100101100010001110010010010111111000111101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58872; }

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

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

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

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

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

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

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

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