#A89072

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

Shades of Mongoose #A89072

Tints of Mongoose #A89072

Color information

#A89072 (or 0xA89072) is unknown color: approx Mongoose. HEX triplet: A8, 90 and 72. RGB value is (168,144,114). Sum of RGB (Red+Green+Blue) = 168+144+114=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A89072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89072 is #576F8D. Grayscale: #939393. Windows color (decimal): -5730190 or 7508136. OLE color: 7508136.

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

Color convert

RGB168144114-
CMYK00.140.320.34
HSL33.33º23.68%55.29%-
HSV(B)33.33º32.14%65.88%-
XYZ29.1629.4920.07-
YUV147.76108.95142.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 144 (56.64% from 255) = 33.80%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=39.44%
G=33.80%
B=26.76%

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
Decimal16814411400.140.320.3433.3323.6855.29
HexA890720E2022211837
Octal2502201620164042413067
Binary101010001001000011100100111010000010001010000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89072; }

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

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

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

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

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

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

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

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