Html Css Color HEX #AA758D Tapestry

📋 copy color: '#AA758D'

red 170 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #AA758D

Tints of Tapestry #AA758D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.34%

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

R = 39.72%
G = 27.34%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA758D (or 0xAA758D) is known color: Tapestry. HEX triplet: AA, 75 and 8D. RGB value is (170,117,141). Sum of RGB (Red+Green+Blue) = 170+117+141=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 141 (55.47% from 255 or 32.94% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA758D is #558A72. Grayscale: #878787. Windows color (decimal): -5606003 or 9270698. OLE color: 9270698.

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

Color convert

RGB 170 117 141 -
CMYK 0 0.31 0.17 0.33
HSL 332.83º 0.24% 0.56% -
HSV(B) 332.83º 0.31% 0.67% -
XYZ 27.75 23.19 28.21 -
YUV 135.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 170 117 141 0 0.31 0.17 0.33 332.83 0.24 0.56
Hex AA 75 8D 0 1F 11 21 14D 18 38
Octal 252 165 215 0 37 21 41 515 30 70
Binary 10101010 1110101 10001101 0 11111 10001 100001 101001101 11000 111000

Color Harmonies of #AA758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA758D

Black with #AA758D

Text Example


Text Example

White with #AA758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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