#AC8291

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

Shades of Tapestry #AC8291

Tints of Tapestry #AC8291

Color information

#AC8291 (or 0xAC8291) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 91. RGB value is (172,130,145). Sum of RGB (Red+Green+Blue) = 172+130+145=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8291 is #537D6E. Grayscale: #909090. Windows color (decimal): -5471599 or 9536172. OLE color: 9536172.

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

Color convert

RGB172130145-
CMYK00.240.160.33
HSL338.57º20.19%59.22%-
HSV(B)338.57º24.42%67.45%-
XYZ30.1126.7830.37-
YUV144.27128.41147.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.48%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=38.48%
G=29.08%
B=32.44%

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
Decimal17213014500.240.160.33338.5720.1959.22
HexAC82910181021153143b
Octal25420222103020415232473
Binary1010110010000010100100010110001000010000110101001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8291; }

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

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

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

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

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

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

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

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