#AC9794

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

Shades of Thatch #AC9794

Tints of Thatch #AC9794

Color information

#AC9794 (or 0xAC9794) is unknown color: approx Thatch. HEX triplet: AC, 97 and 94. RGB value is (172,151,148). Sum of RGB (Red+Green+Blue) = 172+151+148=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9794 is #53686B. Grayscale: #9C9C9C. Windows color (decimal): -5466220 or 9738156. OLE color: 9738156.

HSL color Cylindrical-coordinate representation of color #AC9794: hue angle of 7.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 #AC9794 is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172151148-
CMYK00.120.140.33
HSL7.5º12.63%62.75%-
HSV(B)7.5º13.95%67.45%-
XYZ33.4333.0432.63-
YUV156.94122.96138.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=36.52%
G=32.06%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215114800.120.140.337.512.6362.75
HexAC97940CE218d3f
Octal2542272240141641101577
Binary10101100100101111001010001100111010000110001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9794; }

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

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

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

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

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

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

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

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