#A68F79

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

Shades of Mongoose #A68F79

Tints of Mongoose #A68F79

Color information

#A68F79 (or 0xA68F79) is unknown color: approx Mongoose. HEX triplet: A6, 8F and 79. RGB value is (166,143,121). Sum of RGB (Red+Green+Blue) = 166+143+121=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A68F79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68F79 is #597086. Grayscale: #939393. Windows color (decimal): -5861511 or 7966630. OLE color: 7966630.

HSL color Cylindrical-coordinate representation of color #A68F79: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68F79 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB166143121-
CMYK00.140.270.35
HSL29.33º20.18%56.27%-
HSV(B)29.33º27.11%65.1%-
XYZ2929.1322.18-
YUV147.37113.12141.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.60%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=38.60%
G=33.26%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16614312100.140.270.3529.3320.1856.27
HexA68F790E1B231d1438
Octal2462171710163343352470
Binary1010011010001111111100101110110111000111110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68F79; }

 p { color: rgb(166,143,121); }

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

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

 a { background-color: rgb(166,143,121); }

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

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

 span { border-color: rgb(166,143,121); }

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