Html Css Color HEX #AA7F8A Tapestry

📋 copy color: '#AA7F8A'

red 170 ◦ green 127 ◦ blue 138

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

Shades of Tapestry #AA7F8A

Tints of Tapestry #AA7F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 39.08%
G = 29.2%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA7F8A (or 0xAA7F8A) is known color: Tapestry. HEX triplet: AA, 7F and 8A. RGB value is (170,127,138). Sum of RGB (Red+Green+Blue) = 170+127+138=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F8A is #558075. Grayscale: #8D8D8D. Windows color (decimal): -5603446 or 9076650. OLE color: 9076650.

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

Color convert

RGB 170 127 138 -
CMYK 0 0.25 0.19 0.33
HSL 344.65º 0.2% 0.58% -
HSV(B) 344.65º 0.25% 0.67% -
XYZ 28.75 25.56 27.46 -
YUV 141.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 170 127 138 0 0.25 0.19 0.33 344.65 0.2 0.58
Hex AA 7F 8A 0 19 13 21 159 14 3A
Octal 252 177 212 0 31 23 41 531 24 72
Binary 10101010 1111111 10001010 0 11001 10011 100001 101011001 10100 111010

Color Harmonies of #AA7F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7F8A

Black with #AA7F8A

Text Example


Text Example

White with #AA7F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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