#AC956B

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

Shades of Mongoose #AC956B

Tints of Mongoose #AC956B

Color information

#AC956B (or 0xAC956B) is unknown color: approx Mongoose. HEX triplet: AC, 95 and 6B. RGB value is (172,149,107). Sum of RGB (Red+Green+Blue) = 172+149+107=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC956B is #536A94. Grayscale: #979797. Windows color (decimal): -5466773 or 7050668. OLE color: 7050668.

HSL color Cylindrical-coordinate representation of color #AC956B: hue angle of 38.77º 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 #AC956B is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB172149107-
CMYK00.130.380.33
HSL38.77º28.14%54.71%-
HSV(B)38.77º37.79%67.45%-
XYZ30.4131.3318.35-
YUV151.09103.12142.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.19%
GREEN value IS 149 (58.59% from 255) = 34.81%
BLUE value IS 107 (42.19% from 255) = 25%
R=40.19%
G=34.81%
B=25%

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
Decimal17214910700.130.380.3338.7728.1454.71
HexAC956B0D2621271c37
Octal2542251530154641473467
Binary101011001001010111010110110110011010000110011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC956B; }

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

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

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

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

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

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

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

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