Html Css Color HEX #AA728C Tapestry

📋 copy color: '#AA728C'

red 170 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #AA728C

Tints of Tapestry #AA728C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 40.09%
G = 26.89%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA728C (or 0xAA728C) is known color: Tapestry. HEX triplet: AA, 72 and 8C. RGB value is (170,114,140). Sum of RGB (Red+Green+Blue) = 170+114+140=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728C is #558D73. Grayscale: #858585. Windows color (decimal): -5606772 or 9204394. OLE color: 9204394.

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

Color convert

RGB 170 114 140 -
CMYK 0 0.33 0.18 0.33
HSL 332.14º 0.25% 0.56% -
HSV(B) 332.14º 0.33% 0.67% -
XYZ 27.33 22.47 27.71 -
YUV 133.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 170 114 140 0 0.33 0.18 0.33 332.14 0.25 0.56
Hex AA 72 8C 0 21 12 21 14C 19 38
Octal 252 162 214 0 41 22 41 514 31 70
Binary 10101010 1110010 10001100 0 100001 10010 100001 101001100 11001 111000

Color Harmonies of #AA728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA728C

Black with #AA728C

Text Example


Text Example

White with #AA728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA728C; }

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

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

background-color css

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

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

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

border-color css

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

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

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