#AC6288

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

Shades of Tapestry #AC6288

Tints of Tapestry #AC6288

Color information

#AC6288 (or 0xAC6288) is unknown color: approx Tapestry. HEX triplet: AC, 62 and 88. RGB value is (172,98,136). Sum of RGB (Red+Green+Blue) = 172+98+136=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6288 is #539D77. Grayscale: #7C7C7C. Windows color (decimal): -5479800 or 8938156. OLE color: 8938156.

HSL color Cylindrical-coordinate representation of color #AC6288: hue angle of 329.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC6288 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB17298136-
CMYK00.430.210.33
HSL329.19º30.83%52.94%-
HSV(B)329.19º43.02%67.45%-
XYZ25.8219.2825.65-
YUV124.46134.52161.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 136 (53.52% from 255) = 33.50%
R=42.36%
G=24.14%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729813600.430.210.33329.1930.8352.94
HexAC628802B15211491f35
Octal25414221005325415113765
Binary1010110011000101000100001010111010110000110100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6288; }

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

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

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

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

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

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

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

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