#AC9592

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

Shades of Thatch #AC9592

Tints of Thatch #AC9592

Color information

#AC9592 (or 0xAC9592) is unknown color: approx Thatch. HEX triplet: AC, 95 and 92. RGB value is (172,149,146). Sum of RGB (Red+Green+Blue) = 172+149+146=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9592 is #536A6D. Grayscale: #9B9B9B. Windows color (decimal): -5466734 or 9606572. OLE color: 9606572.

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

Color convert

RGB172149146-
CMYK00.130.150.33
HSL6.92º13.54%62.35%-
HSV(B)6.92º15.12%67.45%-
XYZ32.9532.3431.7-
YUV155.54122.62139.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 149 (58.59% from 255) = 31.91%
BLUE value IS 146 (57.42% from 255) = 31.26%
R=36.83%
G=31.91%
B=31.26%

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
Decimal17214914600.130.150.336.9213.5462.35
HexAC95920DF217e3e
Octal254225222015174171676
Binary1010110010010101100100100110111111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9592; }

 p { color: rgb(172,149,146); }

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

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

 a { background-color: rgb(172,149,146); }

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

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

 span { border-color: rgb(172,149,146); }

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