#A89073

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

Shades of Mongoose #A89073

Tints of Mongoose #A89073

Color information

#A89073 (or 0xA89073) is unknown color: approx Mongoose. HEX triplet: A8, 90 and 73. RGB value is (168,144,115). Sum of RGB (Red+Green+Blue) = 168+144+115=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A89073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89073 is #576F8C. Grayscale: #949494. Windows color (decimal): -5730189 or 7573672. OLE color: 7573672.

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

Color convert

RGB168144115-
CMYK00.140.320.34
HSL32.83º23.35%55.49%-
HSV(B)32.83º31.55%65.88%-
XYZ29.2229.5120.38-
YUV147.87109.45142.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.34%
GREEN value IS 144 (56.64% from 255) = 33.72%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=39.34%
G=33.72%
B=26.93%

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
Decimal16814411500.140.320.3432.8323.3555.49
HexA890730E2022211737
Octal2502201630164042412767
Binary101010001001000011100110111010000010001010000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89073; }

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

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

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

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

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

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

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

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