#AA7288

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

Shades of Tapestry #AA7288

Tints of Tapestry #AA7288

Color information

#AA7288 (or 0xAA7288) is unknown color: approx Tapestry. HEX triplet: AA, 72 and 88. RGB value is (170,114,136). Sum of RGB (Red+Green+Blue) = 170+114+136=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7288 is #558D77. Grayscale: #858585. Windows color (decimal): -5606776 or 8942250. OLE color: 8942250.

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

Color convert

RGB170114136-
CMYK00.330.200.33
HSL336.43º24.78%55.69%-
HSV(B)336.43º32.94%66.67%-
XYZ27.0422.3626.18-
YUV133.25129.55154.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 114 (44.92% from 255) = 27.14%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=40.48%
G=27.14%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011413600.330.200.33336.4324.7855.69
HexAA728802114211501938
Octal25216221004124415203170
Binary1010101011100101000100001000011010010000110101000011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7288; }

 p { color: rgb(170,114,136); }

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

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

 a { background-color: rgb(170,114,136); }

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

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

 span { border-color: rgb(170,114,136); }

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