Html Css Color HEX #A19979 Tallow

📋 copy color: '#A19979'

red 161 ◦ green 153 ◦ blue 121

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

Shades of Tallow #A19979

Tints of Tallow #A19979

RGB

 RED value IS 161 (63.28% from 255) = 37.01%

 GREEN value IS 153 (60.16% from 255) = 35.17%

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

R = 37.01%
G = 35.17%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19979 (or 0xA19979) is known color: Tallow. HEX triplet: A1, 99 and 79. RGB value is (161,153,121). Sum of RGB (Red+Green+Blue) = 161+153+121=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 161 - color contains mainly: red. Hex color #A19979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19979 is #5E6686. Grayscale: #979797. Windows color (decimal): -6186631 or 7969185. OLE color: 7969185.

HSL color Cylindrical-coordinate representation of color #A19979: hue angle of 48º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19979 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 153 121 -
CMYK 0 0.05 0.25 0.37
HSL 48º 0.18% 0.55% -
HSV(B) 48º 0.25% 0.63% -
XYZ 29.54 31.74 22.66 -
YUV 151.74 110.65 134.6 -
System Red Green Blue C M Y K H S L
Decimal 161 153 121 0 0.05 0.25 0.37 48 0.18 0.55
Hex A1 99 79 0 5 19 25 30 12 37
Octal 241 231 171 0 5 31 45 60 22 67
Binary 10100001 10011001 1111001 0 101 11001 100101 110000 10010 110111

Color Harmonies of #A19979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19979

Black with #A19979

Text Example


Text Example

White with #A19979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19979; }

 p { color: rgb(161,153,121); }

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

background-color css

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

 a { background-color: rgb(161,153,121); }

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

border-color css

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

 span { border-color: rgb(161,153,121); }

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