#A68B72

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

Shades of Mongoose #A68B72

Tints of Mongoose #A68B72

Color information

#A68B72 (or 0xA68B72) is unknown color: approx Mongoose. HEX triplet: A6, 8B and 72. RGB value is (166,139,114). Sum of RGB (Red+Green+Blue) = 166+139+114=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B72 is #59748D. Grayscale: #909090. Windows color (decimal): -5862542 or 7506854. OLE color: 7506854.

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

Color convert

RGB166139114-
CMYK00.160.310.35
HSL28.85º22.61%54.9%-
HSV(B)28.85º31.33%65.1%-
XYZ2827.7919.81-
YUV144.22110.95143.53-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.62%
GREEN value IS 139 (54.69% from 255) = 33.17%
BLUE value IS 114 (44.92% from 255) = 27.21%
R=39.62%
G=33.17%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613911400.160.310.3528.8522.6154.9
HexA68B720101F231d1737
Octal2462131620203743352767
Binary10100110100010111110010010000111111000111110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B72; }

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

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

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

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

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

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

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

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