Html Css Color HEX #AA808F Tapestry

📋 copy color: '#AA808F'

red 170 ◦ green 128 ◦ blue 143

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

Shades of Tapestry #AA808F

Tints of Tapestry #AA808F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.02%

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 38.55%
G = 29.02%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA808F (or 0xAA808F) is known color: Tapestry. HEX triplet: AA, 80 and 8F. RGB value is (170,128,143). Sum of RGB (Red+Green+Blue) = 170+128+143=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA808F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA808F is #557F70. Grayscale: #8E8E8E. Windows color (decimal): -5603185 or 9404586. OLE color: 9404586.

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

Color convert

RGB 170 128 143 -
CMYK 0 0.25 0.16 0.33
HSL 338.57º 0.2% 0.58% -
HSV(B) 338.57º 0.25% 0.67% -
XYZ 29.25 25.97 29.46 -
YUV 142.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 170 128 143 0 0.25 0.16 0.33 338.57 0.2 0.58
Hex AA 80 8F 0 19 10 21 153 14 3A
Octal 252 200 217 0 31 20 41 523 24 72
Binary 10101010 10000000 10001111 0 11001 10000 100001 101010011 10100 111010

Color Harmonies of #AA808F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA808F

Black with #AA808F

Text Example


Text Example

White with #AA808F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA808F; }

 p { color: rgb(170,128,143); }

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

background-color css

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

 a { background-color: rgb(170,128,143); }

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

border-color css

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

 span { border-color: rgb(170,128,143); }

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