#AC9C98

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

Shades of Thatch #AC9C98

Tints of Thatch #AC9C98

Color information

#AC9C98 (or 0xAC9C98) is unknown color: approx Thatch. HEX triplet: AC, 9C and 98. RGB value is (172,156,152). Sum of RGB (Red+Green+Blue) = 172+156+152=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C98 is #536367. Grayscale: #A0A0A0. Windows color (decimal): -5464936 or 10001580. OLE color: 10001580.

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

Color convert

RGB172156152-
CMYK00.090.120.33
HSL12º10.75%63.53%-
HSV(B)12º11.63%67.45%-
XYZ34.5734.8134.6-
YUV160.33123.3136.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=35.83%
G=32.5%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215615200.090.120.331210.7563.53
HexAC9C9809C21cb40
Octal25423423001114411413100
Binary101011001001110010011000010011100100001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9C98; }

 p { color: rgb(172,156,152); }

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

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

 a { background-color: rgb(172,156,152); }

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

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

 span { border-color: rgb(172,156,152); }

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