Html Css Color HEX #AA728A Tapestry

📋 copy color: '#AA728A'

red 170 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #AA728A

Tints of Tapestry #AA728A

RGB

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

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

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

R = 40.28%
G = 27.01%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA728A (or 0xAA728A) is known color: Tapestry. HEX triplet: AA, 72 and 8A. RGB value is (170,114,138). Sum of RGB (Red+Green+Blue) = 170+114+138=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728A is #558D75. Grayscale: #858585. Windows color (decimal): -5606774 or 9073322. OLE color: 9073322.

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

Color convert

RGB 170 114 138 -
CMYK 0 0.33 0.19 0.33
HSL 334.29º 0.25% 0.56% -
HSV(B) 334.29º 0.33% 0.67% -
XYZ 27.18 22.42 26.94 -
YUV 133.48 130.55 154.05 -
System Red Green Blue C M Y K H S L
Decimal 170 114 138 0 0.33 0.19 0.33 334.29 0.25 0.56
Hex AA 72 8A 0 21 13 21 14E 19 38
Octal 252 162 212 0 41 23 41 516 31 70
Binary 10101010 1110010 10001010 0 100001 10011 100001 101001110 11001 111000

Color Harmonies of #AA728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA728A

Black with #AA728A

Text Example


Text Example

White with #AA728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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