#AC9290

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

Shades of Thatch #AC9290

Tints of Thatch #AC9290

Color information

#AC9290 (or 0xAC9290) is unknown color: approx Thatch. HEX triplet: AC, 92 and 90. RGB value is (172,146,144). Sum of RGB (Red+Green+Blue) = 172+146+144=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9290 is #536D6F. Grayscale: #999999. Windows color (decimal): -5467504 or 9474732. OLE color: 9474732.

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

Color convert

RGB172146144-
CMYK00.150.160.33
HSL4.29º14.43%61.96%-
HSV(B)4.29º16.28%67.45%-
XYZ32.3331.3430.73-
YUV153.55122.61141.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 146 (57.42% from 255) = 31.60%
BLUE value IS 144 (56.64% from 255) = 31.17%
R=37.23%
G=31.60%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614400.150.160.334.2914.4361.96
HexAC92900F10214e3e
Octal254222220017204141676
Binary10101100100100101001000001111100001000011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9290; }

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

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

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

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

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

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

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

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