#A68670

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

Shades of Mongoose #A68670

Tints of Mongoose #A68670

Color information

#A68670 (or 0xA68670) is unknown color: approx Mongoose. HEX triplet: A6, 86 and 70. RGB value is (166,134,112). Sum of RGB (Red+Green+Blue) = 166+134+112=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A68670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68670 is #59798F. Grayscale: #8D8D8D. Windows color (decimal): -5863824 or 7374502. OLE color: 7374502.

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

Color convert

RGB166134112-
CMYK00.190.330.35
HSL24.44º23.28%54.51%-
HSV(B)24.44º32.53%65.1%-
XYZ27.1826.3318.98-
YUV141.06111.6145.79-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.29%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 112 (44.14% from 255) = 27.18%
R=40.29%
G=32.52%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16613411200.190.330.3524.4423.2854.51
HexA686700132123181737
Octal2462061600234143302767
Binary101001101000011011100000100111000011000111100010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68670; }

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

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

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

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

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

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

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

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