#AC6188

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

Shades of Tapestry #AC6188

Tints of Tapestry #AC6188

Color information

#AC6188 (or 0xAC6188) is unknown color: approx Tapestry. HEX triplet: AC, 61 and 88. RGB value is (172,97,136). Sum of RGB (Red+Green+Blue) = 172+97+136=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6188 is #539E77. Grayscale: #7B7B7B. Windows color (decimal): -5480056 or 8937900. OLE color: 8937900.

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

Color convert

RGB17297136-
CMYK00.440.210.33
HSL328.8º31.12%52.75%-
HSV(B)328.8º43.6%67.45%-
XYZ25.7319.125.62-
YUV123.87134.85162.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.47%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 136 (53.52% from 255) = 33.58%
R=42.47%
G=23.95%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729713600.440.210.33328.831.1252.75
HexAC618802C15211491f35
Octal25414121005425415113765
Binary1010110011000011000100001011001010110000110100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6188; }

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

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

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

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

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

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

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

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