Html Css Color HEX #AA707F Tapestry

📋 copy color: '#AA707F'

red 170 ◦ green 112 ◦ blue 127

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

Shades of Tapestry #AA707F

Tints of Tapestry #AA707F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 41.56%
G = 27.38%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA707F (or 0xAA707F) is known color: Tapestry. HEX triplet: AA, 70 and 7F. RGB value is (170,112,127). Sum of RGB (Red+Green+Blue) = 170+112+127=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA707F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA707F is #558F80. Grayscale: #838383. Windows color (decimal): -5607297 or 8351914. OLE color: 8351914.

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

Color convert

RGB 170 112 127 -
CMYK 0 0.34 0.25 0.33
HSL 344.48º 0.25% 0.55% -
HSV(B) 344.48º 0.34% 0.67% -
XYZ 26.2 21.67 22.88 -
YUV 131.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 170 112 127 0 0.34 0.25 0.33 344.48 0.25 0.55
Hex AA 70 7F 0 22 19 21 158 19 37
Octal 252 160 177 0 42 31 41 530 31 67
Binary 10101010 1110000 1111111 0 100010 11001 100001 101011000 11001 110111

Color Harmonies of #AA707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA707F

Black with #AA707F

Text Example


Text Example

White with #AA707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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