#AA6081

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

Shades of Tapestry #AA6081

Tints of Tapestry #AA6081

Color information

#AA6081 (or 0xAA6081) is unknown color: approx Tapestry. HEX triplet: AA, 60 and 81. RGB value is (170,96,129). Sum of RGB (Red+Green+Blue) = 170+96+129=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6081 is #559F7E. Grayscale: #797979. Windows color (decimal): -5611391 or 8478890. OLE color: 8478890.

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

Color convert

RGB17096129-
CMYK00.440.240.33
HSL333.24º30.33%52.16%-
HSV(B)333.24º43.53%66.67%-
XYZ24.7218.523.04-
YUV121.89132.02162.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=43.04%
G=24.30%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709612900.440.240.33333.2430.3352.16
HexAA608102C182114d1e34
Octal25214020105430415153664
Binary1010101011000001000000101011001100010000110100110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6081; }

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

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

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

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

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

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

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

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