Html Css Color HEX #AA6082 Tapestry

📋 copy color: '#AA6082'

red 170 ◦ green 96 ◦ blue 130

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

Shades of Tapestry #AA6082

Tints of Tapestry #AA6082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

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

R = 42.93%
G = 24.24%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA6082 (or 0xAA6082) is known color: Tapestry. HEX triplet: AA, 60 and 82. RGB value is (170,96,130). Sum of RGB (Red+Green+Blue) = 170+96+130=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA6082 is #559F7D. Grayscale: #797979. Windows color (decimal): -5611390 or 8544426. OLE color: 8544426.

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

Color convert

RGB 170 96 130 -
CMYK 0 0.44 0.24 0.33
HSL 332.43º 0.3% 0.52% -
HSV(B) 332.43º 0.44% 0.67% -
XYZ 24.79 18.52 23.39 -
YUV 122 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 170 96 130 0 0.44 0.24 0.33 332.43 0.3 0.52
Hex AA 60 82 0 2C 18 21 14C 1E 34
Octal 252 140 202 0 54 30 41 514 36 64
Binary 10101010 1100000 10000010 0 101100 11000 100001 101001100 11110 110100

Color Harmonies of #AA6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6082

Black with #AA6082

Text Example


Text Example

White with #AA6082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6082; }

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

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

background-color css

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

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

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

border-color css

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

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

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