Html Css Color HEX #AA7182 Tapestry

📋 copy color: '#AA7182'

red 170 ◦ green 113 ◦ blue 130

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

Shades of Tapestry #AA7182

Tints of Tapestry #AA7182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 41.16%
G = 27.36%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7182 (or 0xAA7182) is known color: Tapestry. HEX triplet: AA, 71 and 82. RGB value is (170,113,130). Sum of RGB (Red+Green+Blue) = 170+113+130=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 113 (44.53% from 255 or 27.36% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7182 is #558E7D. Grayscale: #838383. Windows color (decimal): -5607038 or 8548778. OLE color: 8548778.

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

Color convert

RGB 170 113 130 -
CMYK 0 0.34 0.24 0.33
HSL 342.11º 0.25% 0.55% -
HSV(B) 342.11º 0.34% 0.67% -
XYZ 26.51 21.97 23.96 -
YUV 131.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 170 113 130 0 0.34 0.24 0.33 342.11 0.25 0.55
Hex AA 71 82 0 22 18 21 156 19 37
Octal 252 161 202 0 42 30 41 526 31 67
Binary 10101010 1110001 10000010 0 100010 11000 100001 101010110 11001 110111

Color Harmonies of #AA7182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7182

Black with #AA7182

Text Example


Text Example

White with #AA7182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7182; }

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

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

background-color css

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

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

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

border-color css

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

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

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