#AC8C6C

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

Shades of Mongoose #AC8C6C

Tints of Mongoose #AC8C6C

Color information

#AC8C6C (or 0xAC8C6C) is unknown color: approx Mongoose. HEX triplet: AC, 8C and 6C. RGB value is (172,140,108). Sum of RGB (Red+Green+Blue) = 172+140+108=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C6C is #537393. Grayscale: #929292. Windows color (decimal): -5469076 or 7113900. OLE color: 7113900.

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

Color convert

RGB172140108-
CMYK00.190.370.33
HSL30º27.83%54.9%-
HSV(B)30º37.21%67.45%-
XYZ29.128.6118.18-
YUV145.92106.6146.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 140 (55.08% from 255) = 33.33%
BLUE value IS 108 (42.58% from 255) = 25.71%
R=40.95%
G=33.33%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214010800.190.370.333027.8354.9
HexAC8C6C01325211e1c37
Octal2542141540234541363467
Binary101011001000110011011000100111001011000011111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C6C; }

 p { color: rgb(172,140,108); }

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

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

 a { background-color: rgb(172,140,108); }

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

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

 span { border-color: rgb(172,140,108); }

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