Html Css Color HEX #AA6483 Tapestry

📋 copy color: '#AA6483'

red 170 ◦ green 100 ◦ blue 131

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

Shades of Tapestry #AA6483

Tints of Tapestry #AA6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.94%

 BLUE value IS 131 (51.56% from 255) = 32.67%

R = 42.39%
G = 24.94%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA6483 (or 0xAA6483) is known color: Tapestry. HEX triplet: AA, 64 and 83. RGB value is (170,100,131). Sum of RGB (Red+Green+Blue) = 170+100+131=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6483 is #559B7C. Grayscale: #7C7C7C. Windows color (decimal): -5610365 or 8610986. OLE color: 8610986.

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

Color convert

RGB 170 100 131 -
CMYK 0 0.41 0.23 0.33
HSL 333.43º 0.29% 0.53% -
HSV(B) 333.43º 0.41% 0.67% -
XYZ 25.23 19.3 23.87 -
YUV 124.46 131.69 160.48 -
System Red Green Blue C M Y K H S L
Decimal 170 100 131 0 0.41 0.23 0.33 333.43 0.29 0.53
Hex AA 64 83 0 29 17 21 14D 1D 35
Octal 252 144 203 0 51 27 41 515 35 65
Binary 10101010 1100100 10000011 0 101001 10111 100001 101001101 11101 110101

Color Harmonies of #AA6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6483

Black with #AA6483

Text Example


Text Example

White with #AA6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6483; }

 p { color: rgb(170,100,131); }

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

background-color css

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

 a { background-color: rgb(170,100,131); }

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

border-color css

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

 span { border-color: rgb(170,100,131); }

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