#AC9490

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

Shades of Thatch #AC9490

Tints of Thatch #AC9490

Color information

#AC9490 (or 0xAC9490) is unknown color: approx Thatch. HEX triplet: AC, 94 and 90. RGB value is (172,148,144). Sum of RGB (Red+Green+Blue) = 172+148+144=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9490 is #536B6F. Grayscale: #9A9A9A. Windows color (decimal): -5466992 or 9475244. OLE color: 9475244.

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

Color convert

RGB172148144-
CMYK00.140.160.33
HSL8.57º14.43%61.96%-
HSV(B)8.57º16.28%67.45%-
XYZ32.6431.9630.84-
YUV154.72121.95140.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 31.90%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=37.07%
G=31.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214814400.140.160.338.5714.4361.96
HexAC94900E10219e3e
Octal2542242200162041111676
Binary101011001001010010010000011101000010000110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9490; }

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

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

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

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

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

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

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

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