Html Css Color HEX #AA708D Tapestry

📋 copy color: '#AA708D'

red 170 ◦ green 112 ◦ blue 141

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

Shades of Tapestry #AA708D

Tints of Tapestry #AA708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

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

R = 40.19%
G = 26.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA708D (or 0xAA708D) is known color: Tapestry. HEX triplet: AA, 70 and 8D. RGB value is (170,112,141). Sum of RGB (Red+Green+Blue) = 170+112+141=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708D is #558F72. Grayscale: #848484. Windows color (decimal): -5607283 or 9269418. OLE color: 9269418.

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

Color convert

RGB 170 112 141 -
CMYK 0 0.34 0.17 0.33
HSL 330º 0.25% 0.55% -
HSV(B) 330º 0.34% 0.67% -
XYZ 27.18 22.06 28.02 -
YUV 132.65 132.72 154.64 -
System Red Green Blue C M Y K H S L
Decimal 170 112 141 0 0.34 0.17 0.33 330 0.25 0.55
Hex AA 70 8D 0 22 11 21 14A 19 37
Octal 252 160 215 0 42 21 41 512 31 67
Binary 10101010 1110000 10001101 0 100010 10001 100001 101001010 11001 110111

Color Harmonies of #AA708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA708D

Black with #AA708D

Text Example


Text Example

White with #AA708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA708D; }

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

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

background-color css

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

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

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

border-color css

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

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

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