#AC9693

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

Shades of Thatch #AC9693

Tints of Thatch #AC9693

Color information

#AC9693 (or 0xAC9693) is unknown color: approx Thatch. HEX triplet: AC, 96 and 93. RGB value is (172,150,147). Sum of RGB (Red+Green+Blue) = 172+150+147=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9693 is #53696C. Grayscale: #9C9C9C. Windows color (decimal): -5466477 or 9672364. OLE color: 9672364.

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

Color convert

RGB172150147-
CMYK00.130.150.33
HSL7.2º13.09%62.55%-
HSV(B)7.2º14.53%67.45%-
XYZ33.1932.6932.16-
YUV156.24122.79139.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=36.67%
G=31.98%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215014700.130.150.337.213.0962.55
HexAC96930DF217d3f
Octal254226223015174171577
Binary1010110010010110100100110110111111000011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9693; }

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

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

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

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

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

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

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

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