#AC9996

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

Shades of Thatch #AC9996

Tints of Thatch #AC9996

Color information

#AC9996 (or 0xAC9996) is unknown color: approx Thatch. HEX triplet: AC, 99 and 96. RGB value is (172,153,150). Sum of RGB (Red+Green+Blue) = 172+153+150=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9996 is #536669. Grayscale: #9E9E9E. Windows color (decimal): -5465706 or 9869740. OLE color: 9869740.

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

Color convert

RGB172153150-
CMYK00.110.130.33
HSL8.18º11.7%63.14%-
HSV(B)8.18º12.79%67.45%-
XYZ33.9133.7633.58-
YUV158.34123.29137.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 150 (58.98% from 255) = 31.58%
R=36.21%
G=32.21%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215315000.110.130.338.1811.763.14
HexAC99960BD218c3f
Octal2542312260131541101477
Binary10101100100110011001011001011110110000110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9996; }

 p { color: rgb(172,153,150); }

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

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

 a { background-color: rgb(172,153,150); }

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

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

 span { border-color: rgb(172,153,150); }

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