Html Css Color HEX #AA7387 Tapestry

📋 copy color: '#AA7387'

red 170 ◦ green 115 ◦ blue 135

#AA7387
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AA7387

Tints of Tapestry #AA7387

RGB

 RED value IS 170 (66.8% from 255) = 40.48%

 GREEN value IS 115 (45.31% from 255) = 27.38%

 BLUE value IS 135 (53.13% from 255) = 32.14%

R = 40.48%
G = 27.38%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA7387 (or 0xAA7387) is known color: Tapestry. HEX triplet: AA, 73 and 87. RGB value is (170,115,135). Sum of RGB (Red+Green+Blue) = 170+115+135=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7387 is #558C78. Grayscale: #858585. Windows color (decimal): -5606521 or 8876970. OLE color: 8876970.

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

Color convert

RGB 170 115 135 -
CMYK 0 0.32 0.21 0.33
HSL 338.18º 0.24% 0.56% -
HSV(B) 338.18º 0.32% 0.67% -
XYZ 27.08 22.56 25.85 -
YUV 133.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 170 115 135 0 0.32 0.21 0.33 338.18 0.24 0.56
Hex AA 73 87 0 20 15 21 152 18 38
Octal 252 163 207 0 40 25 41 522 30 70
Binary 10101010 1110011 10000111 0 100000 10101 100001 101010010 11000 111000

Color Harmonies of #AA7387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7387

Black with #AA7387

Text Example


Text Example

White with #AA7387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7387; }

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

 H1.HeaderClassName
 {
   color: #AA7387;
 }
 .AnyTagClassName
 {
   color: #AA7387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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