Html Css Color HEX #AA708C Tapestry

📋 copy color: '#AA708C'

red 170 ◦ green 112 ◦ blue 140

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

Shades of Tapestry #AA708C

Tints of Tapestry #AA708C

RGB

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

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

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

R = 40.28%
G = 26.54%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA708C (or 0xAA708C) is known color: Tapestry. HEX triplet: AA, 70 and 8C. RGB value is (170,112,140). Sum of RGB (Red+Green+Blue) = 170+112+140=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708C is #558F73. Grayscale: #848484. Windows color (decimal): -5607284 or 9203882. OLE color: 9203882.

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

Color convert

RGB 170 112 140 -
CMYK 0 0.34 0.18 0.33
HSL 331.03º 0.25% 0.55% -
HSV(B) 331.03º 0.34% 0.67% -
XYZ 27.11 22.03 27.63 -
YUV 132.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 170 112 140 0 0.34 0.18 0.33 331.03 0.25 0.55
Hex AA 70 8C 0 22 12 21 14B 19 37
Octal 252 160 214 0 42 22 41 513 31 67
Binary 10101010 1110000 10001100 0 100010 10010 100001 101001011 11001 110111

Color Harmonies of #AA708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA708C

Black with #AA708C

Text Example


Text Example

White with #AA708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA708C; }

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

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

background-color css

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

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

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

border-color css

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

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

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