Html Css Color HEX #AA708A Tapestry

📋 copy color: '#AA708A'

red 170 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #AA708A

Tints of Tapestry #AA708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 40.48%
G = 26.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA708A (or 0xAA708A) is known color: Tapestry. HEX triplet: AA, 70 and 8A. RGB value is (170,112,138). Sum of RGB (Red+Green+Blue) = 170+112+138=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 170 - color contains mainly: red. Hex color #AA708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA708A is #558F75. Grayscale: #848484. Windows color (decimal): -5607286 or 9072810. OLE color: 9072810.

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

Color convert

RGB 170 112 138 -
CMYK 0 0.34 0.19 0.33
HSL 333.1º 0.25% 0.55% -
HSV(B) 333.1º 0.34% 0.67% -
XYZ 26.96 21.97 26.86 -
YUV 132.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 170 112 138 0 0.34 0.19 0.33 333.1 0.25 0.55
Hex AA 70 8A 0 22 13 21 14D 19 37
Octal 252 160 212 0 42 23 41 515 31 67
Binary 10101010 1110000 10001010 0 100010 10011 100001 101001101 11001 110111

Color Harmonies of #AA708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA708A

Black with #AA708A

Text Example


Text Example

White with #AA708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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