#AC956A

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

Shades of Mongoose #AC956A

Tints of Mongoose #AC956A

Color information

#AC956A (or 0xAC956A) is unknown color: approx Mongoose. HEX triplet: AC, 95 and 6A. RGB value is (172,149,106). Sum of RGB (Red+Green+Blue) = 172+149+106=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956A is #536A95. Grayscale: #979797. Windows color (decimal): -5466774 or 6985132. OLE color: 6985132.

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

Color convert

RGB172149106-
CMYK00.130.380.33
HSL39.09º28.45%54.51%-
HSV(B)39.09º38.37%67.45%-
XYZ30.3631.3118.08-
YUV150.98102.62143-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=40.28%
G=34.89%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214910600.130.380.3339.0928.4554.51
HexAC956A0D2621271c37
Octal2542251520154641473467
Binary101011001001010111010100110110011010000110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC956A; }

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

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

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

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

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

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

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

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