#A69072

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

Shades of Mongoose #A69072

Tints of Mongoose #A69072

Color information

#A69072 (or 0xA69072) is unknown color: approx Mongoose. HEX triplet: A6, 90 and 72. RGB value is (166,144,114). Sum of RGB (Red+Green+Blue) = 166+144+114=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A69072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69072 is #596F8D. Grayscale: #939393. Windows color (decimal): -5861262 or 7508134. OLE color: 7508134.

HSL color Cylindrical-coordinate representation of color #A69072: hue angle of 34.62º 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 #A69072 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB166144114-
CMYK00.130.310.35
HSL34.62º22.61%54.9%-
HSV(B)34.62º31.33%65.1%-
XYZ28.7429.2720.05-
YUV147.16109.29141.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 144 (56.64% from 255) = 33.96%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=39.15%
G=33.96%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614411400.130.310.3534.6222.6154.9
HexA690720D1F23231737
Octal2462201620153743432767
Binary10100110100100001110010011011111110001110001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69072; }

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

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

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

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

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

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

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

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