#A88672

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

Shades of Mongoose #A88672

Tints of Mongoose #A88672

Color information

#A88672 (or 0xA88672) is unknown color: approx Mongoose. HEX triplet: A8, 86 and 72. RGB value is (168,134,114). Sum of RGB (Red+Green+Blue) = 168+134+114=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 168 - color contains mainly: red. Hex color #A88672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88672 is #57798D. Grayscale: #8E8E8E. Windows color (decimal): -5732750 or 7505576. OLE color: 7505576.

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

Color convert

RGB168134114-
CMYK00.200.320.34
HSL22.22º23.68%55.29%-
HSV(B)22.22º32.14%65.88%-
XYZ27.7126.5919.59-
YUV141.89112.26146.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.38%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=40.38%
G=32.21%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813411400.200.320.3422.2223.6855.29
HexA886720142022161837
Octal2502061620244042263067
Binary101010001000011011100100101001000001000101011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88672; }

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

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

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

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

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

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

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

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