#AC9590

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

Shades of Thatch #AC9590

Tints of Thatch #AC9590

Color information

#AC9590 (or 0xAC9590) is unknown color: approx Thatch. HEX triplet: AC, 95 and 90. RGB value is (172,149,144). Sum of RGB (Red+Green+Blue) = 172+149+144=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9590 is #536A6F. Grayscale: #9B9B9B. Windows color (decimal): -5466736 or 9475500. OLE color: 9475500.

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

Color convert

RGB172149144-
CMYK00.130.160.33
HSL10.71º14.43%61.96%-
HSV(B)10.71º16.28%67.45%-
XYZ32.7932.2830.89-
YUV155.31121.62139.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 149 (58.59% from 255) = 32.04%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=36.99%
G=32.04%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214914400.130.160.3310.7114.4361.96
HexAC95900D1021be3e
Octal2542252200152041131676
Binary101011001001010110010000011011000010000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9590; }

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

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

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

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

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

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

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

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