Html Css Color HEX #AA878C Tapestry

📋 copy color: '#AA878C'

red 170 ◦ green 135 ◦ blue 140

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

Shades of Tapestry #AA878C

Tints of Tapestry #AA878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 38.2%
G = 30.34%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA878C (or 0xAA878C) is known color: Tapestry. HEX triplet: AA, 87 and 8C. RGB value is (170,135,140). Sum of RGB (Red+Green+Blue) = 170+135+140=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 135 (53.12% from 255 or 30.34% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 170 - color contains mainly: red. Hex color #AA878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA878C is #557873. Grayscale: #929292. Windows color (decimal): -5601396 or 9209770. OLE color: 9209770.

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

Color convert

RGB 170 135 140 -
CMYK 0 0.21 0.18 0.33
HSL 351.43º 0.17% 0.6% -
HSV(B) 351.43º 0.21% 0.67% -
XYZ 29.98 27.77 28.59 -
YUV 146.04 124.6 145.09 -
System Red Green Blue C M Y K H S L
Decimal 170 135 140 0 0.21 0.18 0.33 351.43 0.17 0.6
Hex AA 87 8C 0 15 12 21 15F 11 3C
Octal 252 207 214 0 25 22 41 537 21 74
Binary 10101010 10000111 10001100 0 10101 10010 100001 101011111 10001 111100

Color Harmonies of #AA878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA878C

Black with #AA878C

Text Example


Text Example

White with #AA878C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA878C; }

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

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

background-color css

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

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

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

border-color css

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

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

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