Html Css Color HEX #AA7983 Tapestry

📋 copy color: '#AA7983'

red 170 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #AA7983

Tints of Tapestry #AA7983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.67%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 40.28%
G = 28.67%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA7983 (or 0xAA7983) is known color: Tapestry. HEX triplet: AA, 79 and 83. RGB value is (170,121,131). Sum of RGB (Red+Green+Blue) = 170+121+131=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 121 (47.66% from 255 or 28.67% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7983 is #55867C. Grayscale: #888888. Windows color (decimal): -5604989 or 8616362. OLE color: 8616362.

HSL color Cylindrical-coordinate representation of color #AA7983: hue angle of 347.76º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA7983 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 121 131 -
CMYK 0 0.29 0.23 0.33
HSL 347.76º 0.22% 0.57% -
HSV(B) 347.76º 0.29% 0.67% -
XYZ 27.51 23.86 24.63 -
YUV 136.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 170 121 131 0 0.29 0.23 0.33 347.76 0.22 0.57
Hex AA 79 83 0 1D 17 21 15C 16 39
Octal 252 171 203 0 35 27 41 534 26 71
Binary 10101010 1111001 10000011 0 11101 10111 100001 101011100 10110 111001

Color Harmonies of #AA7983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7983

Black with #AA7983

Text Example


Text Example

White with #AA7983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7983; }

 p { color: rgb(170,121,131); }

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

background-color css

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

 a { background-color: rgb(170,121,131); }

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

border-color css

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

 span { border-color: rgb(170,121,131); }

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