#A68A70

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

Shades of Mongoose #A68A70

Tints of Mongoose #A68A70

Color information

#A68A70 (or 0xA68A70) is unknown color: approx Mongoose. HEX triplet: A6, 8A and 70. RGB value is (166,138,112). Sum of RGB (Red+Green+Blue) = 166+138+112=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A70 is #59758F. Grayscale: #8F8F8F. Windows color (decimal): -5862800 or 7375526. OLE color: 7375526.

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

Color convert

RGB166138112-
CMYK00.170.330.35
HSL28.89º23.28%54.51%-
HSV(B)28.89º32.53%65.1%-
XYZ27.7427.4519.17-
YUV143.41110.28144.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.90%
GREEN value IS 138 (54.30% from 255) = 33.17%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=39.90%
G=33.17%
B=26.92%

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
Decimal16613811200.170.330.3528.8923.2854.51
HexA68A7001121231d1737
Octal2462121600214143352767
Binary101001101000101011100000100011000011000111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A70; }

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

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

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

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

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

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

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

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