Html Css Color HEX #AA7184 Tapestry

📋 copy color: '#AA7184'

red 170 ◦ green 113 ◦ blue 132

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

Shades of Tapestry #AA7184

Tints of Tapestry #AA7184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.23%

 BLUE value IS 132 (51.95% from 255) = 31.81%

R = 40.96%
G = 27.23%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA7184 (or 0xAA7184) is known color: Tapestry. HEX triplet: AA, 71 and 84. RGB value is (170,113,132). Sum of RGB (Red+Green+Blue) = 170+113+132=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 132 (51.95% from 255 or 31.81% from 415); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7184 is #558E7B. Grayscale: #848484. Windows color (decimal): -5607036 or 8679850. OLE color: 8679850.

HSL color Cylindrical-coordinate representation of color #AA7184: hue angle of 340º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA7184 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 132 -
CMYK 0 0.34 0.22 0.33
HSL 340º 0.25% 0.55% -
HSV(B) 340º 0.34% 0.67% -
XYZ 26.65 22.02 24.68 -
YUV 132.21 127.88 154.96 -
System Red Green Blue C M Y K H S L
Decimal 170 113 132 0 0.34 0.22 0.33 340 0.25 0.55
Hex AA 71 84 0 22 16 21 154 19 37
Octal 252 161 204 0 42 26 41 524 31 67
Binary 10101010 1110001 10000100 0 100010 10110 100001 101010100 11001 110111

Color Harmonies of #AA7184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7184

Black with #AA7184

Text Example


Text Example

White with #AA7184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7184; }

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

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

background-color css

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

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

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

border-color css

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

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

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