#A59075

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

Shades of Mongoose #A59075

Tints of Mongoose #A59075

Color information

#A59075 (or 0xA59075) is unknown color: approx Mongoose. HEX triplet: A5, 90 and 75. RGB value is (165,144,117). Sum of RGB (Red+Green+Blue) = 165+144+117=426 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.73% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 165 - color contains mainly: red. Hex color #A59075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59075 is #5A6F8A. Grayscale: #939393. Windows color (decimal): -5926795 or 7704741. OLE color: 7704741.

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

Color convert

RGB165144117-
CMYK00.130.290.35
HSL33.75º21.05%55.29%-
HSV(B)33.75º29.09%64.71%-
XYZ28.729.2320.96-
YUV147.2110.96140.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.73%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=38.73%
G=33.80%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16514411700.130.290.3533.7521.0555.29
HexA590750D1D23221537
Octal2452201650153543422567
Binary10100101100100001110101011011110110001110001010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59075; }

 p { color: rgb(165,144,117); }

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

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

 a { background-color: rgb(165,144,117); }

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

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

 span { border-color: rgb(165,144,117); }

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