Html Css Color HEX #AA6182 Tapestry

📋 copy color: '#AA6182'

red 170 ◦ green 97 ◦ blue 130

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

Shades of Tapestry #AA6182

Tints of Tapestry #AA6182

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 42.82%
G = 24.43%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA6182 (or 0xAA6182) is known color: Tapestry. HEX triplet: AA, 61 and 82. RGB value is (170,97,130). Sum of RGB (Red+Green+Blue) = 170+97+130=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6182 is #559E7D. Grayscale: #7A7A7A. Windows color (decimal): -5611134 or 8544682. OLE color: 8544682.

HSL color Cylindrical-coordinate representation of color #AA6182: hue angle of 332.88º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA6182 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 97 130 -
CMYK 0 0.43 0.24 0.33
HSL 332.88º 0.3% 0.52% -
HSV(B) 332.88º 0.43% 0.67% -
XYZ 24.88 18.71 23.42 -
YUV 122.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 170 97 130 0 0.43 0.24 0.33 332.88 0.3 0.52
Hex AA 61 82 0 2B 18 21 14D 1E 34
Octal 252 141 202 0 53 30 41 515 36 64
Binary 10101010 1100001 10000010 0 101011 11000 100001 101001101 11110 110100

Color Harmonies of #AA6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6182

Black with #AA6182

Text Example


Text Example

White with #AA6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6182; }

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

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

background-color css

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

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

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

border-color css

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

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

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