Html Css Color HEX #AA828F Tapestry

📋 copy color: '#AA828F'

red 170 ◦ green 130 ◦ blue 143

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

Shades of Tapestry #AA828F

Tints of Tapestry #AA828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 38.37%
G = 29.35%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA828F (or 0xAA828F) is known color: Tapestry. HEX triplet: AA, 82 and 8F. RGB value is (170,130,143). Sum of RGB (Red+Green+Blue) = 170+130+143=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 170 - color contains mainly: red. Hex color #AA828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA828F is #557D70. Grayscale: #8F8F8F. Windows color (decimal): -5602673 or 9405098. OLE color: 9405098.

HSL color Cylindrical-coordinate representation of color #AA828F: hue angle of 340.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA828F is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 130 143 -
CMYK 0 0.24 0.16 0.33
HSL 340.5º 0.19% 0.59% -
HSV(B) 340.5º 0.24% 0.67% -
XYZ 29.52 26.49 29.54 -
YUV 143.44 127.75 146.94 -
System Red Green Blue C M Y K H S L
Decimal 170 130 143 0 0.24 0.16 0.33 340.5 0.19 0.59
Hex AA 82 8F 0 18 10 21 154 13 3B
Octal 252 202 217 0 30 20 41 524 23 73
Binary 10101010 10000010 10001111 0 11000 10000 100001 101010100 10011 111011

Color Harmonies of #AA828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA828F

Black with #AA828F

Text Example


Text Example

White with #AA828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA828F; }

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

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

background-color css

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

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

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

border-color css

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

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

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