#AA7381

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

Shades of Tapestry #AA7381

Tints of Tapestry #AA7381

Color information

#AA7381 (or 0xAA7381) is unknown color: approx Tapestry. HEX triplet: AA, 73 and 81. RGB value is (170,115,129). Sum of RGB (Red+Green+Blue) = 170+115+129=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7381 is #558C7E. Grayscale: #858585. Windows color (decimal): -5606527 or 8483754. OLE color: 8483754.

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

Color convert

RGB170115129-
CMYK00.320.240.33
HSL344.73º24.44%55.88%-
HSV(B)344.73º32.35%66.67%-
XYZ26.6722.3923.69-
YUV133.04125.72154.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 115 (45.31% from 255) = 27.78%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=41.06%
G=27.78%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011512900.320.240.33344.7324.4455.88
HexAA738102018211591838
Octal25216320104030415313070
Binary1010101011100111000000101000001100010000110101100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7381; }

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

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

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

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

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

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

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

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