Html Css Color HEX #AA748D Tapestry

📋 copy color: '#AA748D'

red 170 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #AA748D

Tints of Tapestry #AA748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 39.81%
G = 27.17%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA748D (or 0xAA748D) is known color: Tapestry. HEX triplet: AA, 74 and 8D. RGB value is (170,116,141). Sum of RGB (Red+Green+Blue) = 170+116+141=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA748D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA748D is #558B72. Grayscale: #868686. Windows color (decimal): -5606259 or 9270442. OLE color: 9270442.

HSL color Cylindrical-coordinate representation of color #AA748D: hue angle of 332.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA748D is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 116 141 -
CMYK 0 0.32 0.17 0.33
HSL 332.22º 0.24% 0.56% -
HSV(B) 332.22º 0.32% 0.67% -
XYZ 27.63 22.96 28.17 -
YUV 135 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 170 116 141 0 0.32 0.17 0.33 332.22 0.24 0.56
Hex AA 74 8D 0 20 11 21 14C 18 38
Octal 252 164 215 0 40 21 41 514 30 70
Binary 10101010 1110100 10001101 0 100000 10001 100001 101001100 11000 111000

Color Harmonies of #AA748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA748D

Black with #AA748D

Text Example


Text Example

White with #AA748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA748D; }

 p { color: rgb(170,116,141); }

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

background-color css

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

 a { background-color: rgb(170,116,141); }

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

border-color css

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

 span { border-color: rgb(170,116,141); }

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