#A89175

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

Shades of Mongoose #A89175

Tints of Mongoose #A89175

Color information

#A89175 (or 0xA89175) is unknown color: approx Mongoose. HEX triplet: A8, 91 and 75. RGB value is (168,145,117). Sum of RGB (Red+Green+Blue) = 168+145+117=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 168 - color contains mainly: red. Hex color #A89175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89175 is #576E8A. Grayscale: #949494. Windows color (decimal): -5729931 or 7705000. OLE color: 7705000.

HSL color Cylindrical-coordinate representation of color #A89175: hue angle of 32.94º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A89175 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB168145117-
CMYK00.140.300.34
HSL32.94º22.67%55.88%-
HSV(B)32.94º30.36%65.88%-
XYZ29.4829.8621.04-
YUV148.68110.12141.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 145 (57.03% from 255) = 33.72%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=39.07%
G=33.72%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814511700.140.300.3432.9422.6755.88
HexA891750E1E22211738
Octal2502211650163642412770
Binary10101000100100011110101011101111010001010000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89175; }

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

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

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

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

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

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

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

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