#AC9570

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

Shades of Mongoose #AC9570

Tints of Mongoose #AC9570

Color information

#AC9570 (or 0xAC9570) is unknown color: approx Mongoose. HEX triplet: AC, 95 and 70. RGB value is (172,149,112). Sum of RGB (Red+Green+Blue) = 172+149+112=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9570 is #536A8F. Grayscale: #979797. Windows color (decimal): -5466768 or 7378348. OLE color: 7378348.

HSL color Cylindrical-coordinate representation of color #AC9570: hue angle of 37º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC9570 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB172149112-
CMYK00.130.350.33
HSL37º26.55%55.69%-
HSV(B)37º34.88%67.45%-
XYZ30.6931.4419.78-
YUV151.66105.62142.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 112 (44.14% from 255) = 25.87%
R=39.72%
G=34.41%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214911200.130.350.333726.5555.69
HexAC95700D2321251b38
Octal2542251600154341453370
Binary101011001001010111100000110110001110000110010111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9570; }

 p { color: rgb(172,149,112); }

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

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

 a { background-color: rgb(172,149,112); }

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

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

 span { border-color: rgb(172,149,112); }

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