Html Css Color HEX #AA7E8B Tapestry

📋 copy color: '#AA7E8B'

red 170 ◦ green 126 ◦ blue 139

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

Shades of Tapestry #AA7E8B

Tints of Tapestry #AA7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.97%

 BLUE value IS 139 (54.69% from 255) = 31.95%

R = 39.08%
G = 28.97%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA7E8B (or 0xAA7E8B) is known color: Tapestry. HEX triplet: AA, 7E and 8B. RGB value is (170,126,139). Sum of RGB (Red+Green+Blue) = 170+126+139=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7E8B is #558174. Grayscale: #8C8C8C. Windows color (decimal): -5603701 or 9141930. OLE color: 9141930.

HSL color Cylindrical-coordinate representation of color #AA7E8B: hue angle of 342.27º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA7E8B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 126 139 -
CMYK 0 0.26 0.18 0.33
HSL 342.27º 0.21% 0.58% -
HSV(B) 342.27º 0.26% 0.67% -
XYZ 28.7 25.33 27.8 -
YUV 140.64 127.08 148.94 -
System Red Green Blue C M Y K H S L
Decimal 170 126 139 0 0.26 0.18 0.33 342.27 0.21 0.58
Hex AA 7E 8B 0 1A 12 21 156 15 3A
Octal 252 176 213 0 32 22 41 526 25 72
Binary 10101010 1111110 10001011 0 11010 10010 100001 101010110 10101 111010

Color Harmonies of #AA7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7E8B

Black with #AA7E8B

Text Example


Text Example

White with #AA7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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