Html Css Color HEX #AA738A Tapestry

📋 copy color: '#AA738A'

red 170 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #AA738A

Tints of Tapestry #AA738A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

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

R = 40.19%
G = 27.19%
B = 32.62%

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

#AA738A (or 0xAA738A) is known color: Tapestry. HEX triplet: AA, 73 and 8A. RGB value is (170,115,138). Sum of RGB (Red+Green+Blue) = 170+115+138=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 170 - color contains mainly: red. Hex color #AA738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA738A is #558C75. Grayscale: #868686. Windows color (decimal): -5606518 or 9073578. OLE color: 9073578.

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

Color convert

RGB 170 115 138 -
CMYK 0 0.32 0.19 0.33
HSL 334.91º 0.24% 0.56% -
HSV(B) 334.91º 0.32% 0.67% -
XYZ 27.3 22.64 26.98 -
YUV 134.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 170 115 138 0 0.32 0.19 0.33 334.91 0.24 0.56
Hex AA 73 8A 0 20 13 21 14F 18 38
Octal 252 163 212 0 40 23 41 517 30 70
Binary 10101010 1110011 10001010 0 100000 10011 100001 101001111 11000 111000

Color Harmonies of #AA738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA738A

Black with #AA738A

Text Example


Text Example

White with #AA738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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