Html Css Color HEX #A97982 Tapestry

📋 copy color: '#A97982'

red 169 ◦ green 121 ◦ blue 130

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

Shades of Tapestry #A97982

Tints of Tapestry #A97982

RGB

 RED value IS 169 (66.41% from 255) = 40.24%

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

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

R = 40.24%
G = 28.81%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A97982 (or 0xA97982) is known color: Tapestry. HEX triplet: A9, 79 and 82. RGB value is (169,121,130). Sum of RGB (Red+Green+Blue) = 169+121+130=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A97982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A97982 is #56867D. Grayscale: #888888. Windows color (decimal): -5670526 or 8550825. OLE color: 8550825.

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

Color convert

RGB 169 121 130 -
CMYK 0 0.28 0.23 0.34
HSL 348.75º 0.22% 0.57% -
HSV(B) 348.75º 0.28% 0.66% -
XYZ 27.23 23.72 24.26 -
YUV 136.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 169 121 130 0 0.28 0.23 0.34 348.75 0.22 0.57
Hex A9 79 82 0 1C 17 22 15D 16 39
Octal 251 171 202 0 34 27 42 535 26 71
Binary 10101001 1111001 10000010 0 11100 10111 100010 101011101 10110 111001

Color Harmonies of #A97982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A97982

Black with #A97982

Text Example


Text Example

White with #A97982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A97982; }

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

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

background-color css

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

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

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

border-color css

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

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

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