#AC956E

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

Shades of Mongoose #AC956E

Tints of Mongoose #AC956E

Color information

#AC956E (or 0xAC956E) is unknown color: approx Mongoose. HEX triplet: AC, 95 and 6E. RGB value is (172,149,110). Sum of RGB (Red+Green+Blue) = 172+149+110=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956E is #536A91. Grayscale: #979797. Windows color (decimal): -5466770 or 7247276. OLE color: 7247276.

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

Color convert

RGB172149110-
CMYK00.130.360.33
HSL37.74º27.19%55.29%-
HSV(B)37.74º36.05%67.45%-
XYZ30.5831.3919.2-
YUV151.43104.62142.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 149 (58.59% from 255) = 34.57%
BLUE value IS 110 (43.36% from 255) = 25.52%
R=39.91%
G=34.57%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214911000.130.360.3337.7427.1955.29
HexAC956E0D2421261b37
Octal2542251560154441463367
Binary101011001001010111011100110110010010000110011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC956E; }

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

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

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

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

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

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

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

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