#AA7384

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

Shades of Tapestry #AA7384

Tints of Tapestry #AA7384

Color information

#AA7384 (or 0xAA7384) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 84. RGB value is (170,115,132). Sum of RGB (Red+Green+Blue) = 170+115+132=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7384 is #558C7B. Grayscale: #858585. Windows color (decimal): -5606524 or 8680362. OLE color: 8680362.

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

Color convert

RGB170115132-
CMYK00.320.220.33
HSL341.45º24.44%55.88%-
HSV(B)341.45º32.35%66.67%-
XYZ26.8722.4724.75-
YUV133.38127.22154.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.77%
GREEN value IS 115 (45.31% from 255) = 27.58%
BLUE value IS 132 (51.95% from 255) = 31.65%
R=40.77%
G=27.58%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011513200.320.220.33341.4524.4455.88
HexAA738402016211551838
Octal25216320404026415253070
Binary1010101011100111000010001000001011010000110101010111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7384; }

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

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

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

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

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

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

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

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