Html Css Color HEX #AA6286 Tapestry

📋 copy color: '#AA6286'

red 170 ◦ green 98 ◦ blue 134

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

Shades of Tapestry #AA6286

Tints of Tapestry #AA6286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.38%

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

R = 42.29%
G = 24.38%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA6286 (or 0xAA6286) is known color: Tapestry. HEX triplet: AA, 62 and 86. RGB value is (170,98,134). Sum of RGB (Red+Green+Blue) = 170+98+134=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 98 (38.67% from 255 or 24.38% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6286 is #559D79. Grayscale: #7B7B7B. Windows color (decimal): -5610874 or 8807082. OLE color: 8807082.

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

Color convert

RGB 170 98 134 -
CMYK 0 0.42 0.21 0.33
HSL 330º 0.3% 0.53% -
HSV(B) 330º 0.42% 0.67% -
XYZ 25.25 19 24.89 -
YUV 123.63 133.85 161.07 -
System Red Green Blue C M Y K H S L
Decimal 170 98 134 0 0.42 0.21 0.33 330 0.3 0.53
Hex AA 62 86 0 2A 15 21 14A 1E 35
Octal 252 142 206 0 52 25 41 512 36 65
Binary 10101010 1100010 10000110 0 101010 10101 100001 101001010 11110 110101

Color Harmonies of #AA6286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6286

Black with #AA6286

Text Example


Text Example

White with #AA6286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6286; }

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

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

background-color css

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

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

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

border-color css

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

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

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