Html Css Color HEX #AA7982 Tapestry

📋 copy color: '#AA7982'

red 170 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #AA7982

Tints of Tapestry #AA7982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 40.38%
G = 28.74%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA7982 (or 0xAA7982) is known color: Tapestry. HEX triplet: AA, 79 and 82. RGB value is (170,121,130). Sum of RGB (Red+Green+Blue) = 170+121+130=421 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.38% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7982 is #55867D. Grayscale: #888888. Windows color (decimal): -5604990 or 8550826. OLE color: 8550826.

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

Color convert

RGB 170 121 130 -
CMYK 0 0.29 0.24 0.33
HSL 348.98º 0.22% 0.57% -
HSV(B) 348.98º 0.29% 0.67% -
XYZ 27.44 23.83 24.27 -
YUV 136.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 170 121 130 0 0.29 0.24 0.33 348.98 0.22 0.57
Hex AA 79 82 0 1D 18 21 15D 16 39
Octal 252 171 202 0 35 30 41 535 26 71
Binary 10101010 1111001 10000010 0 11101 11000 100001 101011101 10110 111001

Color Harmonies of #AA7982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7982

Black with #AA7982

Text Example


Text Example

White with #AA7982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7982; }

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

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

background-color css

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

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

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

border-color css

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

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

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