Html Css Color HEX #AA607A Tapestry

📋 copy color: '#AA607A'

red 170 ◦ green 96 ◦ blue 122

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

Shades of Tapestry #AA607A

Tints of Tapestry #AA607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 43.81%
G = 24.74%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA607A (or 0xAA607A) is known color: Tapestry. HEX triplet: AA, 60 and 7A. RGB value is (170,96,122). Sum of RGB (Red+Green+Blue) = 170+96+122=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607A is #559F85. Grayscale: #797979. Windows color (decimal): -5611398 or 8020138. OLE color: 8020138.

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

Color convert

RGB 170 96 122 -
CMYK 0 0.44 0.28 0.33
HSL 338.92º 0.3% 0.52% -
HSV(B) 338.92º 0.44% 0.67% -
XYZ 24.27 18.32 20.67 -
YUV 121.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 170 96 122 0 0.44 0.28 0.33 338.92 0.3 0.52
Hex AA 60 7A 0 2C 1C 21 153 1E 34
Octal 252 140 172 0 54 34 41 523 36 64
Binary 10101010 1100000 1111010 0 101100 11100 100001 101010011 11110 110100

Color Harmonies of #AA607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA607A

Black with #AA607A

Text Example


Text Example

White with #AA607A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA607A; }

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

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

background-color css

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

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

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

border-color css

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

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

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