#A68A6E

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

Shades of Mongoose #A68A6E

Tints of Mongoose #A68A6E

Color information

#A68A6E (or 0xA68A6E) is unknown color: approx Mongoose. HEX triplet: A6, 8A and 6E. RGB value is (166,138,110). Sum of RGB (Red+Green+Blue) = 166+138+110=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68A6E is #597591. Grayscale: #8F8F8F. Windows color (decimal): -5862802 or 7244454. OLE color: 7244454.

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

Color convert

RGB166138110-
CMYK00.170.340.35
HSL30º23.93%54.12%-
HSV(B)30º33.73%65.1%-
XYZ27.6327.4118.59-
YUV143.18109.28144.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.10%
GREEN value IS 138 (54.30% from 255) = 33.33%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=40.10%
G=33.33%
B=26.57%

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
Decimal16613811000.170.340.353023.9354.12
HexA68A6E01122231e1836
Octal2462121560214243363066
Binary101001101000101011011100100011000101000111111011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68A6E; }

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

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

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

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

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

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

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

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