#A68A6D

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

Shades of Mongoose #A68A6D

Tints of Mongoose #A68A6D

Color information

#A68A6D (or 0xA68A6D) is unknown color: approx Mongoose. HEX triplet: A6, 8A and 6D. RGB value is (166,138,109). Sum of RGB (Red+Green+Blue) = 166+138+109=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A6D is #597592. Grayscale: #8F8F8F. Windows color (decimal): -5862803 or 7178918. OLE color: 7178918.

HSL color Cylindrical-coordinate representation of color #A68A6D: hue angle of 30.53º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A68A6D is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB166138109-
CMYK00.170.340.35
HSL30.53º24.26%53.92%-
HSV(B)30.53º34.34%65.1%-
XYZ27.5727.3918.3-
YUV143.07108.78144.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.19%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 109 (42.97% from 255) = 26.39%
R=40.19%
G=33.41%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613810900.170.340.3530.5324.2653.92
HexA68A6D01122231f1836
Octal2462121550214243373066
Binary101001101000101011011010100011000101000111111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A6D; }

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

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

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

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

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

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

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

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