#A89472

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

Shades of Mongoose #A89472

Tints of Mongoose #A89472

Color information

#A89472 (or 0xA89472) is unknown color: approx Mongoose. HEX triplet: A8, 94 and 72. RGB value is (168,148,114). Sum of RGB (Red+Green+Blue) = 168+148+114=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A89472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89472 is #576B8D. Grayscale: #969696. Windows color (decimal): -5729166 or 7509160. OLE color: 7509160.

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

Color convert

RGB168148114-
CMYK00.120.320.34
HSL37.78º23.68%55.29%-
HSV(B)37.78º32.14%65.88%-
XYZ29.7830.7220.28-
YUV150.1107.63140.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 148 (58.20% from 255) = 34.42%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=39.07%
G=34.42%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814811400.120.320.3437.7823.6855.29
HexA894720C2022261837
Octal2502241620144042463067
Binary101010001001010011100100110010000010001010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89472; }

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

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

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

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

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

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

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

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