Html Css Color HEX #AA7F8D Tapestry

📋 copy color: '#AA7F8D'

red 170 ◦ green 127 ◦ blue 141

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

Shades of Tapestry #AA7F8D

Tints of Tapestry #AA7F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 141 (55.47% from 255) = 32.19%

R = 38.81%
G = 29%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA7F8D (or 0xAA7F8D) is known color: Tapestry. HEX triplet: AA, 7F and 8D. RGB value is (170,127,141). Sum of RGB (Red+Green+Blue) = 170+127+141=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F8D is #558072. Grayscale: #8D8D8D. Windows color (decimal): -5603443 or 9273258. OLE color: 9273258.

HSL color Cylindrical-coordinate representation of color #AA7F8D: hue angle of 340.47º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F8D is Cyan = 0, Magento = 0.25, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 127 141 -
CMYK 0 0.25 0.17 0.33
HSL 340.47º 0.2% 0.58% -
HSV(B) 340.47º 0.25% 0.67% -
XYZ 28.97 25.65 28.62 -
YUV 141.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 170 127 141 0 0.25 0.17 0.33 340.47 0.2 0.58
Hex AA 7F 8D 0 19 11 21 154 14 3A
Octal 252 177 215 0 31 21 41 524 24 72
Binary 10101010 1111111 10001101 0 11001 10001 100001 101010100 10100 111010

Color Harmonies of #AA7F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F8D

Black with #AA7F8D

Text Example


Text Example

White with #AA7F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F8D; }

 p { color: rgb(170,127,141); }

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

background-color css

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

 a { background-color: rgb(170,127,141); }

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

border-color css

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

 span { border-color: rgb(170,127,141); }

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