#A69170

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

Shades of Mongoose #A69170

Tints of Mongoose #A69170

Color information

#A69170 (or 0xA69170) is unknown color: approx Mongoose. HEX triplet: A6, 91 and 70. RGB value is (166,145,112). Sum of RGB (Red+Green+Blue) = 166+145+112=423 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.24% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 166 - color contains mainly: red. Hex color #A69170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69170 is #596E8F. Grayscale: #939393. Windows color (decimal): -5861008 or 7377318. OLE color: 7377318.

HSL color Cylindrical-coordinate representation of color #A69170: hue angle of 36.67º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A69170 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166145112-
CMYK00.130.330.35
HSL36.67º23.28%54.51%-
HSV(B)36.67º32.53%65.1%-
XYZ28.7829.5319.51-
YUV147.52107.96141.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.24%
GREEN value IS 145 (57.03% from 255) = 34.28%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=39.24%
G=34.28%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614511200.130.330.3536.6723.2854.51
HexA691700D2123251737
Octal2462211600154143452767
Binary101001101001000111100000110110000110001110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69170; }

 p { color: rgb(166,145,112); }

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

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

 a { background-color: rgb(166,145,112); }

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

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

 span { border-color: rgb(166,145,112); }

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