Html Css Color HEX #AA878D Tapestry

📋 copy color: '#AA878D'

red 170 ◦ green 135 ◦ blue 141

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

Shades of Tapestry #AA878D

Tints of Tapestry #AA878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.27%

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

R = 38.12%
G = 30.27%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA878D (or 0xAA878D) is known color: Tapestry. HEX triplet: AA, 87 and 8D. RGB value is (170,135,141). Sum of RGB (Red+Green+Blue) = 170+135+141=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 141 (55.47% from 255 or 31.61% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878D is #557872. Grayscale: #929292. Windows color (decimal): -5601395 or 9275306. OLE color: 9275306.

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

Color convert

RGB 170 135 141 -
CMYK 0 0.21 0.17 0.33
HSL 349.71º 0.17% 0.6% -
HSV(B) 349.71º 0.21% 0.67% -
XYZ 30.05 27.8 28.98 -
YUV 146.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 170 135 141 0 0.21 0.17 0.33 349.71 0.17 0.6
Hex AA 87 8D 0 15 11 21 15E 11 3C
Octal 252 207 215 0 25 21 41 536 21 74
Binary 10101010 10000111 10001101 0 10101 10001 100001 101011110 10001 111100

Color Harmonies of #AA878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA878D

Black with #AA878D

Text Example


Text Example

White with #AA878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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