#A68D68

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

Shades of Mongoose #A68D68

Tints of Mongoose #A68D68

Color information

#A68D68 (or 0xA68D68) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 68. RGB value is (166,141,104). Sum of RGB (Red+Green+Blue) = 166+141+104=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D68 is #597297. Grayscale: #909090. Windows color (decimal): -5862040 or 6852006. OLE color: 6852006.

HSL color Cylindrical-coordinate representation of color #A68D68: hue angle of 35.81º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A68D68 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB166141104-
CMYK00.150.370.35
HSL35.81º25.83%52.94%-
HSV(B)35.81º37.35%65.1%-
XYZ27.7528.1617.07-
YUV144.26105.28143.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=40.39%
G=34.31%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614110400.150.370.3535.8125.8352.94
HexA68D680F2523241a35
Octal2462151500174543443265
Binary101001101000110111010000111110010110001110010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D68; }

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

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

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

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

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

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

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

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