#A89172

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

Shades of Mongoose #A89172

Tints of Mongoose #A89172

Color information

#A89172 (or 0xA89172) is unknown color: approx Mongoose. HEX triplet: A8, 91 and 72. RGB value is (168,145,114). Sum of RGB (Red+Green+Blue) = 168+145+114=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A89172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89172 is #576E8D. Grayscale: #949494. Windows color (decimal): -5729934 or 7508392. OLE color: 7508392.

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

Color convert

RGB168145114-
CMYK00.140.320.34
HSL34.44º23.68%55.29%-
HSV(B)34.44º32.14%65.88%-
XYZ29.3129.7920.12-
YUV148.34108.62142.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=39.34%
G=33.96%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814511400.140.320.3434.4423.6855.29
HexA891720E2022221837
Octal2502211620164042423067
Binary101010001001000111100100111010000010001010001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89172; }

 p { color: rgb(168,145,114); }

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

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

 a { background-color: rgb(168,145,114); }

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

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

 span { border-color: rgb(168,145,114); }

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