#A68A72

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

Shades of Mongoose #A68A72

Tints of Mongoose #A68A72

Color information

#A68A72 (or 0xA68A72) is unknown color: approx Mongoose. HEX triplet: A6, 8A and 72. RGB value is (166,138,114). Sum of RGB (Red+Green+Blue) = 166+138+114=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A72 is #59758D. Grayscale: #8F8F8F. Windows color (decimal): -5862798 or 7506598. OLE color: 7506598.

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

Color convert

RGB166138114-
CMYK00.170.310.35
HSL27.69º22.61%54.9%-
HSV(B)27.69º31.33%65.1%-
XYZ27.8527.519.76-
YUV143.64111.28143.95-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 138 (54.30% from 255) = 33.01%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=39.71%
G=33.01%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613811400.170.310.3527.6922.6154.9
HexA68A720111F231c1737
Octal2462121620213743342767
Binary10100110100010101110010010001111111000111110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A72; }

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

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

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

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

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

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

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

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