Html Css Color HEX #AA7888 Tapestry

📋 copy color: '#AA7888'

red 170 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #AA7888

Tints of Tapestry #AA7888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 39.91%
G = 28.17%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA7888 (or 0xAA7888) is known color: Tapestry. HEX triplet: AA, 78 and 88. RGB value is (170,120,136). Sum of RGB (Red+Green+Blue) = 170+120+136=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7888 is #558777. Grayscale: #888888. Windows color (decimal): -5605240 or 8943786. OLE color: 8943786.

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

Color convert

RGB 170 120 136 -
CMYK 0 0.29 0.20 0.33
HSL 340.8º 0.23% 0.57% -
HSV(B) 340.8º 0.29% 0.67% -
XYZ 27.74 23.76 26.42 -
YUV 136.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 170 120 136 0 0.29 0.20 0.33 340.8 0.23 0.57
Hex AA 78 88 0 1D 14 21 155 17 39
Octal 252 170 210 0 35 24 41 525 27 71
Binary 10101010 1111000 10001000 0 11101 10100 100001 101010101 10111 111001

Color Harmonies of #AA7888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7888

Black with #AA7888

Text Example


Text Example

White with #AA7888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7888; }

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

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

background-color css

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

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

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

border-color css

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

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

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