#A68B70

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

Shades of Mongoose #A68B70

Tints of Mongoose #A68B70

Color information

#A68B70 (or 0xA68B70) is unknown color: approx Mongoose. HEX triplet: A6, 8B and 70. RGB value is (166,139,112). Sum of RGB (Red+Green+Blue) = 166+139+112=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A68B70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68B70 is #59748F. Grayscale: #909090. Windows color (decimal): -5862544 or 7375782. OLE color: 7375782.

HSL color Cylindrical-coordinate representation of color #A68B70: hue angle of 30º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A68B70 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB166139112-
CMYK00.160.330.35
HSL30º23.28%54.51%-
HSV(B)30º32.53%65.1%-
XYZ27.8827.7419.21-
YUV143.99109.95143.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 26.86%
R=39.81%
G=33.33%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613911200.160.330.353023.2854.51
HexA68B7001021231e1737
Octal2462131600204143362767
Binary101001101000101111100000100001000011000111111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68B70; }

 p { color: rgb(166,139,112); }

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

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

 a { background-color: rgb(166,139,112); }

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

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

 span { border-color: rgb(166,139,112); }

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