Html Css Color HEX #AA728D Tapestry

📋 copy color: '#AA728D'

red 170 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #AA728D

Tints of Tapestry #AA728D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.82%

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

R = 40%
G = 26.82%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA728D (or 0xAA728D) is known color: Tapestry. HEX triplet: AA, 72 and 8D. RGB value is (170,114,141). Sum of RGB (Red+Green+Blue) = 170+114+141=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728D is #558D72. Grayscale: #858585. Windows color (decimal): -5606771 or 9269930. OLE color: 9269930.

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

Color convert

RGB 170 114 141 -
CMYK 0 0.33 0.17 0.33
HSL 331.07º 0.25% 0.56% -
HSV(B) 331.07º 0.33% 0.67% -
XYZ 27.4 22.5 28.1 -
YUV 133.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 170 114 141 0 0.33 0.17 0.33 331.07 0.25 0.56
Hex AA 72 8D 0 21 11 21 14B 19 38
Octal 252 162 215 0 41 21 41 513 31 70
Binary 10101010 1110010 10001101 0 100001 10001 100001 101001011 11001 111000

Color Harmonies of #AA728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA728D

Black with #AA728D

Text Example


Text Example

White with #AA728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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