Html Css Color HEX #AA748A Tapestry

📋 copy color: '#AA748A'

red 170 ◦ green 116 ◦ blue 138

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

Shades of Tapestry #AA748A

Tints of Tapestry #AA748A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 40.09%
G = 27.36%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA748A (or 0xAA748A) is known color: Tapestry. HEX triplet: AA, 74 and 8A. RGB value is (170,116,138). Sum of RGB (Red+Green+Blue) = 170+116+138=424 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.09% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 170 - color contains mainly: red. Hex color #AA748A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA748A is #558B75. Grayscale: #868686. Windows color (decimal): -5606262 or 9073834. OLE color: 9073834.

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

Color convert

RGB 170 116 138 -
CMYK 0 0.32 0.19 0.33
HSL 335.56º 0.24% 0.56% -
HSV(B) 335.56º 0.32% 0.67% -
XYZ 27.41 22.87 27.01 -
YUV 134.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 170 116 138 0 0.32 0.19 0.33 335.56 0.24 0.56
Hex AA 74 8A 0 20 13 21 150 18 38
Octal 252 164 212 0 40 23 41 520 30 70
Binary 10101010 1110100 10001010 0 100000 10011 100001 101010000 11000 111000

Color Harmonies of #AA748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA748A

Black with #AA748A

Text Example


Text Example

White with #AA748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA748A; }

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

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

background-color css

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

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

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

border-color css

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

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

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