#A68870

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

Shades of Mongoose #A68870

Tints of Mongoose #A68870

Color information

#A68870 (or 0xA68870) is unknown color: approx Mongoose. HEX triplet: A6, 88 and 70. RGB value is (166,136,112). Sum of RGB (Red+Green+Blue) = 166+136+112=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68870 is #59778F. Grayscale: #8E8E8E. Windows color (decimal): -5863312 or 7375014. OLE color: 7375014.

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

Color convert

RGB166136112-
CMYK00.180.330.35
HSL26.67º23.28%54.51%-
HSV(B)26.67º32.53%65.1%-
XYZ27.4526.8919.07-
YUV142.23110.94144.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 136 (53.52% from 255) = 32.85%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=40.10%
G=32.85%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613611200.180.330.3526.6723.2854.51
HexA6887001221231b1737
Octal2462101600224143332767
Binary101001101000100011100000100101000011000111101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68870; }

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

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

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

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

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

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

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

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