Html Css Color HEX #AA7887 Tapestry

📋 copy color: '#AA7887'

red 170 ◦ green 120 ◦ blue 135

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

Shades of Tapestry #AA7887

Tints of Tapestry #AA7887

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.24%

 BLUE value IS 135 (53.13% from 255) = 31.76%

R = 40%
G = 28.24%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA7887 (or 0xAA7887) is known color: Tapestry. HEX triplet: AA, 78 and 87. RGB value is (170,120,135). Sum of RGB (Red+Green+Blue) = 170+120+135=425 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7887 is #558778. Grayscale: #888888. Windows color (decimal): -5605241 or 8878250. OLE color: 8878250.

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

Color convert

RGB 170 120 135 -
CMYK 0 0.29 0.21 0.33
HSL 342º 0.23% 0.57% -
HSV(B) 342º 0.29% 0.67% -
XYZ 27.67 23.73 26.04 -
YUV 136.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 170 120 135 0 0.29 0.21 0.33 342 0.23 0.57
Hex AA 78 87 0 1D 15 21 156 17 39
Octal 252 170 207 0 35 25 41 526 27 71
Binary 10101010 1111000 10000111 0 11101 10101 100001 101010110 10111 111001

Color Harmonies of #AA7887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7887

Black with #AA7887

Text Example


Text Example

White with #AA7887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7887; }

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

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

background-color css

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

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

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

border-color css

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

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

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