#AA7388

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

Shades of Tapestry #AA7388

Tints of Tapestry #AA7388

Color information

#AA7388 (or 0xAA7388) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 88. RGB value is (170,115,136). Sum of RGB (Red+Green+Blue) = 170+115+136=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7388 is #558C77. Grayscale: #858585. Windows color (decimal): -5606520 or 8942506. OLE color: 8942506.

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

Color convert

RGB170115136-
CMYK00.320.200.33
HSL337.09º24.44%55.88%-
HSV(B)337.09º32.35%66.67%-
XYZ27.1522.5926.22-
YUV133.84129.22153.79-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.38%
GREEN value IS 115 (45.31% from 255) = 27.32%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=40.38%
G=27.32%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011513600.320.200.33337.0924.4455.88
HexAA738802014211511838
Octal25216321004024415213070
Binary1010101011100111000100001000001010010000110101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7388; }

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

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

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

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

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

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

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

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