Html Css Color HEX #AA707E Tapestry

📋 copy color: '#AA707E'

red 170 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #AA707E

Tints of Tapestry #AA707E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 41.67%
G = 27.45%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA707E (or 0xAA707E) is known color: Tapestry. HEX triplet: AA, 70 and 7E. RGB value is (170,112,126). Sum of RGB (Red+Green+Blue) = 170+112+126=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707E is #558F81. Grayscale: #828282. Windows color (decimal): -5607298 or 8286378. OLE color: 8286378.

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

Color convert

RGB 170 112 126 -
CMYK 0 0.34 0.26 0.33
HSL 345.52º 0.25% 0.55% -
HSV(B) 345.52º 0.34% 0.67% -
XYZ 26.14 21.64 22.54 -
YUV 130.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 170 112 126 0 0.34 0.26 0.33 345.52 0.25 0.55
Hex AA 70 7E 0 22 1A 21 15A 19 37
Octal 252 160 176 0 42 32 41 532 31 67
Binary 10101010 1110000 1111110 0 100010 11010 100001 101011010 11001 110111

Color Harmonies of #AA707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA707E

Black with #AA707E

Text Example


Text Example

White with #AA707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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