Html Css Color HEX #A96179 Tapestry

📋 copy color: '#A96179'

red 169 ◦ green 97 ◦ blue 121

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

Shades of Tapestry #A96179

Tints of Tapestry #A96179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.06%

 BLUE value IS 121 (47.66% from 255) = 31.27%

R = 43.67%
G = 25.06%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.34

RGB Variations

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

Color information

#A96179 (or 0xA96179) is known color: Tapestry. HEX triplet: A9, 61 and 79. RGB value is (169,97,121). Sum of RGB (Red+Green+Blue) = 169+97+121=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96179 is #569E86. Grayscale: #797979. Windows color (decimal): -5676679 or 7954857. OLE color: 7954857.

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

Color convert

RGB 169 97 121 -
CMYK 0 0.43 0.28 0.34
HSL 340º 0.3% 0.52% -
HSV(B) 340º 0.43% 0.66% -
XYZ 24.09 18.36 20.36 -
YUV 121.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 169 97 121 0 0.43 0.28 0.34 340 0.3 0.52
Hex A9 61 79 0 2B 1C 22 154 1E 34
Octal 251 141 171 0 53 34 42 524 36 64
Binary 10101001 1100001 1111001 0 101011 11100 100010 101010100 11110 110100

Color Harmonies of #A96179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96179

Black with #A96179

Text Example


Text Example

White with #A96179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96179; }

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

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

background-color css

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

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

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

border-color css

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

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

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