#AC6081

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

Shades of Tapestry #AC6081

Tints of Tapestry #AC6081

Color information

#AC6081 (or 0xAC6081) is unknown color: approx Tapestry. HEX triplet: AC, 60 and 81. RGB value is (172,96,129). Sum of RGB (Red+Green+Blue) = 172+96+129=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6081 is #539F7E. Grayscale: #7A7A7A. Windows color (decimal): -5480319 or 8478892. OLE color: 8478892.

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

Color convert

RGB17296129-
CMYK00.440.250.33
HSL333.95º31.4%52.55%-
HSV(B)333.95º44.19%67.45%-
XYZ25.1618.7223.06-
YUV122.49131.68163.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.32%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=43.32%
G=24.18%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729612900.440.250.33333.9531.452.55
HexAC608102C192114e1f35
Octal25414020105431415163765
Binary1010110011000001000000101011001100110000110100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6081; }

 p { color: rgb(172,96,129); }

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

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

 a { background-color: rgb(172,96,129); }

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

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

 span { border-color: rgb(172,96,129); }

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