Html Css Color HEX #A09979 Tallow

📋 copy color: '#A09979'

red 160 ◦ green 153 ◦ blue 121

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

Shades of Tallow #A09979

Tints of Tallow #A09979

RGB

 RED value IS 160 (62.89% from 255) = 36.87%

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

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

R = 36.87%
G = 35.25%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09979 (or 0xA09979) is known color: Tallow. HEX triplet: A0, 99 and 79. RGB value is (160,153,121). Sum of RGB (Red+Green+Blue) = 160+153+121=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 160 - color contains mainly: red. Hex color #A09979 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09979 is #5F6686. Grayscale: #979797. Windows color (decimal): -6252167 or 7969184. OLE color: 7969184.

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

Color convert

RGB 160 153 121 -
CMYK 0 0.04 0.24 0.37
HSL 49.23º 0.17% 0.55% -
HSV(B) 49.23º 0.24% 0.63% -
XYZ 29.34 31.64 22.65 -
YUV 151.45 110.82 134.1 -
System Red Green Blue C M Y K H S L
Decimal 160 153 121 0 0.04 0.24 0.37 49.23 0.17 0.55
Hex A0 99 79 0 4 18 25 31 11 37
Octal 240 231 171 0 4 30 45 61 21 67
Binary 10100000 10011001 1111001 0 100 11000 100101 110001 10001 110111

Color Harmonies of #A09979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09979

Black with #A09979

Text Example


Text Example

White with #A09979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09979; }

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

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

background-color css

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

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

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

border-color css

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

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

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