#A99372

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

Shades of Mongoose #A99372

Tints of Mongoose #A99372

Color information

#A99372 (or 0xA99372) is unknown color: approx Mongoose. HEX triplet: A9, 93 and 72. RGB value is (169,147,114). Sum of RGB (Red+Green+Blue) = 169+147+114=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A99372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99372 is #566C8D. Grayscale: #959595. Windows color (decimal): -5663886 or 7508905. OLE color: 7508905.

HSL color Cylindrical-coordinate representation of color #A99372: hue angle of 36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A99372 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB169147114-
CMYK00.130.330.34
HSL36º24.23%55.49%-
HSV(B)36º32.54%66.27%-
XYZ29.8330.5220.24-
YUV149.82107.79141.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.30%
GREEN value IS 147 (57.81% from 255) = 34.19%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=39.30%
G=34.19%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914711400.130.330.343624.2355.49
HexA993720D2122241837
Octal2512231620154142443067
Binary101010011001001111100100110110000110001010010011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99372; }

 p { color: rgb(169,147,114); }

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

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

 a { background-color: rgb(169,147,114); }

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

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

 span { border-color: rgb(169,147,114); }

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