#AC8290

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

Shades of Tapestry #AC8290

Tints of Tapestry #AC8290

Color information

#AC8290 (or 0xAC8290) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 90. RGB value is (172,130,144). Sum of RGB (Red+Green+Blue) = 172+130+144=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8290 is #537D6F. Grayscale: #909090. Windows color (decimal): -5471600 or 9470636. OLE color: 9470636.

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

Color convert

RGB172130144-
CMYK00.240.160.33
HSL340º20.19%59.22%-
HSV(B)340º24.42%67.45%-
XYZ30.0326.7529.97-
YUV144.15127.91147.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.57%
GREEN value IS 130 (51.17% from 255) = 29.15%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=38.57%
G=29.15%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213014400.240.160.3334020.1959.22
HexAC82900181021154143b
Octal25420222003020415242473
Binary1010110010000010100100000110001000010000110101010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8290; }

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

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

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

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

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

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

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

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