#AC8288

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

Shades of Tapestry #AC8288

Tints of Tapestry #AC8288

Color information

#AC8288 (or 0xAC8288) is unknown color: approx Tapestry. HEX triplet: AC, 82 and 88. RGB value is (172,130,136). Sum of RGB (Red+Green+Blue) = 172+130+136=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 130 (51.17% from 255 or 29.68% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8288 is #537D77. Grayscale: #8F8F8F. Windows color (decimal): -5471608 or 8946348. OLE color: 8946348.

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

Color convert

RGB172130136-
CMYK00.240.210.33
HSL351.43º20.19%59.22%-
HSV(B)351.43º24.42%67.45%-
XYZ29.4426.5126.86-
YUV143.24123.91148.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 130 (51.17% from 255) = 29.68%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=39.27%
G=29.68%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213013600.240.210.33351.4320.1959.22
HexAC8288018152115f143b
Octal25420221003025415372473
Binary1010110010000010100010000110001010110000110101111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8288; }

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

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

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

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

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

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

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

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