#A88670

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

Shades of Mongoose #A88670

Tints of Mongoose #A88670

Color information

#A88670 (or 0xA88670) is unknown color: approx Mongoose. HEX triplet: A8, 86 and 70. RGB value is (168,134,112). Sum of RGB (Red+Green+Blue) = 168+134+112=414 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.58% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 168 - color contains mainly: red. Hex color #A88670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88670 is #57798F. Grayscale: #8D8D8D. Windows color (decimal): -5732752 or 7374504. OLE color: 7374504.

HSL color Cylindrical-coordinate representation of color #A88670: hue angle of 23.57º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A88670 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB168134112-
CMYK00.200.330.34
HSL23.57º24.35%54.9%-
HSV(B)23.57º33.33%65.88%-
XYZ27.626.5419-
YUV141.66111.26146.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.58%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 112 (44.14% from 255) = 27.05%
R=40.58%
G=32.37%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813411200.200.330.3423.5724.3554.9
HexA886700142122181837
Octal2502061600244142303067
Binary101010001000011011100000101001000011000101100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88670; }

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

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

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

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

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

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

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

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