Html Css Color HEX #AA7386 Tapestry

📋 copy color: '#AA7386'

red 170 ◦ green 115 ◦ blue 134

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

Shades of Tapestry #AA7386

Tints of Tapestry #AA7386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.98%

R = 40.57%
G = 27.45%
B = 31.98%

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

#AA7386 (or 0xAA7386) is known color: Tapestry. HEX triplet: AA, 73 and 86. RGB value is (170,115,134). Sum of RGB (Red+Green+Blue) = 170+115+134=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7386 is #558C79. Grayscale: #858585. Windows color (decimal): -5606522 or 8811434. OLE color: 8811434.

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

Color convert

RGB 170 115 134 -
CMYK 0 0.32 0.21 0.33
HSL 339.27º 0.24% 0.56% -
HSV(B) 339.27º 0.32% 0.67% -
XYZ 27.01 22.53 25.48 -
YUV 133.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 170 115 134 0 0.32 0.21 0.33 339.27 0.24 0.56
Hex AA 73 86 0 20 15 21 153 18 38
Octal 252 163 206 0 40 25 41 523 30 70
Binary 10101010 1110011 10000110 0 100000 10101 100001 101010011 11000 111000

Color Harmonies of #AA7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7386

Black with #AA7386

Text Example


Text Example

White with #AA7386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7386; }

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

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

background-color css

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

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

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

border-color css

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

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

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