#A69272

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

Shades of Mongoose #A69272

Tints of Mongoose #A69272

Color information

#A69272 (or 0xA69272) is unknown color: approx Mongoose. HEX triplet: A6, 92 and 72. RGB value is (166,146,114). Sum of RGB (Red+Green+Blue) = 166+146+114=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A69272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69272 is #596D8D. Grayscale: #949494. Windows color (decimal): -5860750 or 7508646. OLE color: 7508646.

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

Color convert

RGB166146114-
CMYK00.120.310.35
HSL36.92º22.61%54.9%-
HSV(B)36.92º31.33%65.1%-
XYZ29.0429.8820.16-
YUV148.33108.63140.6-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=38.97%
G=34.27%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614611400.120.310.3536.9222.6154.9
HexA692720C1F23251737
Octal2462221620143743452767
Binary10100110100100101110010011001111110001110010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69272; }

 p { color: rgb(166,146,114); }

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

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

 a { background-color: rgb(166,146,114); }

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

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

 span { border-color: rgb(166,146,114); }

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