#A68D75

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

Shades of Mongoose #A68D75

Tints of Mongoose #A68D75

Color information

#A68D75 (or 0xA68D75) is unknown color: approx Mongoose. HEX triplet: A6, 8D and 75. RGB value is (166,141,117). Sum of RGB (Red+Green+Blue) = 166+141+117=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 166 - color contains mainly: red. Hex color #A68D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68D75 is #59728A. Grayscale: #919191. Windows color (decimal): -5862027 or 7703974. OLE color: 7703974.

HSL color Cylindrical-coordinate representation of color #A68D75: hue angle of 29.39º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A68D75 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB166141117-
CMYK00.150.300.35
HSL29.39º21.59%55.49%-
HSV(B)29.39º29.52%65.1%-
XYZ28.4628.4420.82-
YUV145.74111.78142.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.15%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 117 (46.09% from 255) = 27.59%
R=39.15%
G=33.25%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614111700.150.300.3529.3921.5955.49
HexA68D750F1E231d1637
Octal2462151650173643352667
Binary1010011010001101111010101111111101000111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68D75; }

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

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

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

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

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

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

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

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