Html Css Color HEX #AA5F7A Tapestry

📋 copy color: '#AA5F7A'

red 170 ◦ green 95 ◦ blue 122

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

Shades of Tapestry #AA5F7A

Tints of Tapestry #AA5F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.55%

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

R = 43.93%
G = 24.55%
B = 31.52%

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

#AA5F7A (or 0xAA5F7A) is known color: Tapestry. HEX triplet: AA, 5F and 7A. RGB value is (170,95,122). Sum of RGB (Red+Green+Blue) = 170+95+122=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F7A is #55A085. Grayscale: #787878. Windows color (decimal): -5611654 or 8019882. OLE color: 8019882.

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

Color convert

RGB 170 95 122 -
CMYK 0 0.44 0.28 0.33
HSL 338.4º 0.31% 0.52% -
HSV(B) 338.4º 0.44% 0.67% -
XYZ 24.18 18.14 20.64 -
YUV 120.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 170 95 122 0 0.44 0.28 0.33 338.4 0.31 0.52
Hex AA 5F 7A 0 2C 1C 21 152 1F 34
Octal 252 137 172 0 54 34 41 522 37 64
Binary 10101010 1011111 1111010 0 101100 11100 100001 101010010 11111 110100

Color Harmonies of #AA5F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F7A

Black with #AA5F7A

Text Example


Text Example

White with #AA5F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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