Html Css Color HEX #AA7C8D Tapestry

📋 copy color: '#AA7C8D'

red 170 ◦ green 124 ◦ blue 141

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

Shades of Tapestry #AA7C8D

Tints of Tapestry #AA7C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.51%

 BLUE value IS 141 (55.47% from 255) = 32.41%

R = 39.08%
G = 28.51%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA7C8D (or 0xAA7C8D) is known color: Tapestry. HEX triplet: AA, 7C and 8D. RGB value is (170,124,141). Sum of RGB (Red+Green+Blue) = 170+124+141=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C8D is #558372. Grayscale: #8B8B8B. Windows color (decimal): -5604211 or 9272490. OLE color: 9272490.

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

Color convert

RGB 170 124 141 -
CMYK 0 0.27 0.17 0.33
HSL 337.83º 0.21% 0.58% -
HSV(B) 337.83º 0.27% 0.67% -
XYZ 28.59 24.88 28.5 -
YUV 139.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 170 124 141 0 0.27 0.17 0.33 337.83 0.21 0.58
Hex AA 7C 8D 0 1B 11 21 152 15 3A
Octal 252 174 215 0 33 21 41 522 25 72
Binary 10101010 1111100 10001101 0 11011 10001 100001 101010010 10101 111010

Color Harmonies of #AA7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C8D

Black with #AA7C8D

Text Example


Text Example

White with #AA7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C8D; }

 p { color: rgb(170,124,141); }

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

background-color css

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

 a { background-color: rgb(170,124,141); }

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

border-color css

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

 span { border-color: rgb(170,124,141); }

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