#A68D73

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

Shades of Mongoose #A68D73

Tints of Mongoose #A68D73

Color information

#A68D73 (or 0xA68D73) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 73. RGB value is (166,141,115). Sum of RGB (Red+Green+Blue) = 166+141+115=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D73 is #59728C. Grayscale: #919191. Windows color (decimal): -5862029 or 7572902. OLE color: 7572902.

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

Color convert

RGB166141115-
CMYK00.150.310.35
HSL30.59º22.27%55.1%-
HSV(B)30.59º30.72%65.1%-
XYZ28.3528.3920.21-
YUV145.51110.78142.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 115 (45.31% from 255) = 27.25%
R=39.34%
G=33.41%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614111500.150.310.3530.5922.2755.1
HexA68D730F1F231f1637
Octal2462151630173743372667
Binary1010011010001101111001101111111111000111111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D73; }

 p { color: rgb(166,141,115); }

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

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

 a { background-color: rgb(166,141,115); }

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

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

 span { border-color: rgb(166,141,115); }

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