#A88572

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

Shades of Mongoose #A88572

Tints of Mongoose #A88572

Color information

#A88572 (or 0xA88572) is unknown color: approx Mongoose. HEX triplet: A8, 85 and 72. RGB value is (168,133,114). Sum of RGB (Red+Green+Blue) = 168+133+114=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 168 - color contains mainly: red. Hex color #A88572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A88572 is #577A8D. Grayscale: #8D8D8D. Windows color (decimal): -5733006 or 7505320. OLE color: 7505320.

HSL color Cylindrical-coordinate representation of color #A88572: hue angle of 21.11º 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 #A88572 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB168133114-
CMYK00.210.320.34
HSL21.11º23.68%55.29%-
HSV(B)21.11º32.14%65.88%-
XYZ27.5726.3119.55-
YUV141.3112.6147.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.48%
GREEN value IS 133 (52.34% from 255) = 32.05%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=40.48%
G=32.05%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16813311400.210.320.3421.1123.6855.29
HexA885720152022151837
Octal2502051620254042253067
Binary101010001000010111100100101011000001000101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88572; }

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

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

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

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

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

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

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

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