Html Css Color HEX #AA728B Tapestry

📋 copy color: '#AA728B'

red 170 ◦ green 114 ◦ blue 139

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

Shades of Tapestry #AA728B

Tints of Tapestry #AA728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.86%

R = 40.19%
G = 26.95%
B = 32.86%

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

#AA728B (or 0xAA728B) is known color: Tapestry. HEX triplet: AA, 72 and 8B. RGB value is (170,114,139). Sum of RGB (Red+Green+Blue) = 170+114+139=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA728B is #558D74. Grayscale: #858585. Windows color (decimal): -5606773 or 9138858. OLE color: 9138858.

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

Color convert

RGB 170 114 139 -
CMYK 0 0.33 0.18 0.33
HSL 333.21º 0.25% 0.56% -
HSV(B) 333.21º 0.33% 0.67% -
XYZ 27.26 22.44 27.32 -
YUV 133.59 131.05 153.97 -
System Red Green Blue C M Y K H S L
Decimal 170 114 139 0 0.33 0.18 0.33 333.21 0.25 0.56
Hex AA 72 8B 0 21 12 21 14D 19 38
Octal 252 162 213 0 41 22 41 515 31 70
Binary 10101010 1110010 10001011 0 100001 10010 100001 101001101 11001 111000

Color Harmonies of #AA728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA728B

Black with #AA728B

Text Example


Text Example

White with #AA728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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