#AC9D99

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

Shades of Thatch #AC9D99

Tints of Thatch #AC9D99

Color information

#AC9D99 (or 0xAC9D99) is unknown color: approx Thatch. HEX triplet: AC, 9D and 99. RGB value is (172,157,153). Sum of RGB (Red+Green+Blue) = 172+157+153=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D99 is #536266. Grayscale: #A1A1A1. Windows color (decimal): -5464679 or 10067372. OLE color: 10067372.

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

Color convert

RGB172157153-
CMYK00.090.110.33
HSL12.63º10.27%63.73%-
HSV(B)12.63º11.05%67.45%-
XYZ34.8235.1835.09-
YUV161.03123.47135.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.68%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=35.68%
G=32.57%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215715300.090.110.3312.6310.2763.73
HexAC9D9909B21da40
Octal25423523101113411512100
Binary101011001001110110011001010011011100001110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9D99; }

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

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

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

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

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

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

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

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