#A99272

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

Shades of Mongoose #A99272

Tints of Mongoose #A99272

Color information

#A99272 (or 0xA99272) is unknown color: approx Mongoose. HEX triplet: A9, 92 and 72. RGB value is (169,146,114). Sum of RGB (Red+Green+Blue) = 169+146+114=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 169 - color contains mainly: red. Hex color #A99272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A99272 is #566D8D. Grayscale: #959595. Windows color (decimal): -5664142 or 7508649. OLE color: 7508649.

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

Color convert

RGB169146114-
CMYK00.140.330.34
HSL34.91º24.23%55.49%-
HSV(B)34.91º32.54%66.27%-
XYZ29.6830.2120.19-
YUV149.23108.12142.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 146 (57.42% from 255) = 34.03%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=39.39%
G=34.03%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914611400.140.330.3434.9124.2355.49
HexA992720E2122231837
Octal2512221620164142433067
Binary101010011001001011100100111010000110001010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99272; }

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

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

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

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

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

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

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

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