Html Css Color HEX #AA7C8E Tapestry

📋 copy color: '#AA7C8E'

red 170 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #AA7C8E

Tints of Tapestry #AA7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

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

R = 38.99%
G = 28.44%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA7C8E (or 0xAA7C8E) is known color: Tapestry. HEX triplet: AA, 7C and 8E. RGB value is (170,124,142). Sum of RGB (Red+Green+Blue) = 170+124+142=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7C8E is #558371. Grayscale: #8B8B8B. Windows color (decimal): -5604210 or 9338026. OLE color: 9338026.

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

Color convert

RGB 170 124 142 -
CMYK 0 0.27 0.16 0.33
HSL 336.52º 0.21% 0.58% -
HSV(B) 336.52º 0.27% 0.67% -
XYZ 28.67 24.91 28.89 -
YUV 139.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 170 124 142 0 0.27 0.16 0.33 336.52 0.21 0.58
Hex AA 7C 8E 0 1B 10 21 151 15 3A
Octal 252 174 216 0 33 20 41 521 25 72
Binary 10101010 1111100 10001110 0 11011 10000 100001 101010001 10101 111010

Color Harmonies of #AA7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7C8E

Black with #AA7C8E

Text Example


Text Example

White with #AA7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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