Html Css Color HEX #AA7180 Tapestry

📋 copy color: '#AA7180'

red 170 ◦ green 113 ◦ blue 128

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

Shades of Tapestry #AA7180

Tints of Tapestry #AA7180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.14%

R = 41.36%
G = 27.49%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA7180 (or 0xAA7180) is known color: Tapestry. HEX triplet: AA, 71 and 80. RGB value is (170,113,128). Sum of RGB (Red+Green+Blue) = 170+113+128=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7180 is #558E7F. Grayscale: #838383. Windows color (decimal): -5607040 or 8417706. OLE color: 8417706.

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

Color convert

RGB 170 113 128 -
CMYK 0 0.34 0.25 0.33
HSL 344.21º 0.25% 0.55% -
HSV(B) 344.21º 0.34% 0.67% -
XYZ 26.38 21.91 23.26 -
YUV 131.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 170 113 128 0 0.34 0.25 0.33 344.21 0.25 0.55
Hex AA 71 80 0 22 19 21 158 19 37
Octal 252 161 200 0 42 31 41 530 31 67
Binary 10101010 1110001 10000000 0 100010 11001 100001 101011000 11001 110111

Color Harmonies of #AA7180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7180

Black with #AA7180

Text Example


Text Example

White with #AA7180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7180; }

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

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

background-color css

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

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

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

border-color css

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

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

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