#A68970

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

Shades of Mongoose #A68970

Tints of Mongoose #A68970

Color information

#A68970 (or 0xA68970) is unknown color: approx Mongoose. HEX triplet: A6, 89 and 70. RGB value is (166,137,112). Sum of RGB (Red+Green+Blue) = 166+137+112=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68970 is #59768F. Grayscale: #8E8E8E. Windows color (decimal): -5863056 or 7375270. OLE color: 7375270.

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

Color convert

RGB166137112-
CMYK00.170.330.35
HSL27.78º23.28%54.51%-
HSV(B)27.78º32.53%65.1%-
XYZ27.627.1719.12-
YUV142.82110.61144.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=40%
G=33.01%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613711200.170.330.3527.7823.2854.51
HexA6897001121231c1737
Octal2462111600214143342767
Binary101001101000100111100000100011000011000111110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68970; }

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

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

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

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

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

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

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

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