#AA6180

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

Shades of Tapestry #AA6180

Tints of Tapestry #AA6180

Color information

#AA6180 (or 0xAA6180) is unknown color: approx Tapestry. HEX triplet: AA, 61 and 80. RGB value is (170,97,128). Sum of RGB (Red+Green+Blue) = 170+97+128=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6180 is #559E7F. Grayscale: #7A7A7A. Windows color (decimal): -5611136 or 8413610. OLE color: 8413610.

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

Color convert

RGB17097128-
CMYK00.430.250.33
HSL334.52º30.04%52.35%-
HSV(B)334.52º42.94%66.67%-
XYZ24.7518.6522.72-
YUV122.36131.18161.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 128 (50.39% from 255) = 32.41%
R=43.04%
G=24.56%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1709712800.430.250.33334.5230.0452.35
HexAA618002B192114f1e34
Octal25214120005331415173664
Binary1010101011000011000000001010111100110000110100111111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6180; }

 p { color: rgb(170,97,128); }

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

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

 a { background-color: rgb(170,97,128); }

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

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

 span { border-color: rgb(170,97,128); }

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