Html Css Color HEX #AA878E Tapestry

📋 copy color: '#AA878E'

red 170 ◦ green 135 ◦ blue 142

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

Shades of Tapestry #AA878E

Tints of Tapestry #AA878E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.77%

R = 38.03%
G = 30.2%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA878E (or 0xAA878E) is known color: Tapestry. HEX triplet: AA, 87 and 8E. RGB value is (170,135,142). Sum of RGB (Red+Green+Blue) = 170+135+142=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878E is #557871. Grayscale: #929292. Windows color (decimal): -5601394 or 9340842. OLE color: 9340842.

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

Color convert

RGB 170 135 142 -
CMYK 0 0.21 0.16 0.33
HSL 348º 0.17% 0.6% -
HSV(B) 348º 0.21% 0.67% -
XYZ 30.12 27.83 29.37 -
YUV 146.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 170 135 142 0 0.21 0.16 0.33 348 0.17 0.6
Hex AA 87 8E 0 15 10 21 15C 11 3C
Octal 252 207 216 0 25 20 41 534 21 74
Binary 10101010 10000111 10001110 0 10101 10000 100001 101011100 10001 111100

Color Harmonies of #AA878E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA878E

Black with #AA878E

Text Example


Text Example

White with #AA878E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA878E; }

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

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

background-color css

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

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

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

border-color css

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

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

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