#AC9994

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

Shades of Thatch #AC9994

Tints of Thatch #AC9994

Color information

#AC9994 (or 0xAC9994) is unknown color: approx Thatch. HEX triplet: AC, 99 and 94. RGB value is (172,153,148). Sum of RGB (Red+Green+Blue) = 172+153+148=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9994 is #53666B. Grayscale: #9E9E9E. Windows color (decimal): -5465708 or 9738668. OLE color: 9738668.

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

Color convert

RGB172153148-
CMYK00.110.140.33
HSL12.5º12.63%62.75%-
HSV(B)12.5º13.95%67.45%-
XYZ33.7533.6932.74-
YUV158.11122.29137.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.36%
GREEN value IS 153 (60.16% from 255) = 32.35%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=36.36%
G=32.35%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215314800.110.140.3312.512.6362.75
HexAC99940BE21dd3f
Octal2542312240131641151577
Binary10101100100110011001010001011111010000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9994; }

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

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

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

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

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

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

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

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