Html Css Color HEX #A09579 Tallow

📋 copy color: '#A09579'

red 160 ◦ green 149 ◦ blue 121

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

Shades of Tallow #A09579

Tints of Tallow #A09579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.65%

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

R = 37.21%
G = 34.65%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09579 (or 0xA09579) is known color: Tallow. HEX triplet: A0, 95 and 79. RGB value is (160,149,121). Sum of RGB (Red+Green+Blue) = 160+149+121=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 160 - color contains mainly: red. Hex color #A09579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09579 is #5F6A86. Grayscale: #959595. Windows color (decimal): -6253191 or 7968160. OLE color: 7968160.

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

Color convert

RGB 160 149 121 -
CMYK 0 0.07 0.24 0.37
HSL 43.08º 0.17% 0.55% -
HSV(B) 43.08º 0.24% 0.63% -
XYZ 28.7 30.35 22.43 -
YUV 149.1 112.14 135.78 -
System Red Green Blue C M Y K H S L
Decimal 160 149 121 0 0.07 0.24 0.37 43.08 0.17 0.55
Hex A0 95 79 0 7 18 25 2B 11 37
Octal 240 225 171 0 7 30 45 53 21 67
Binary 10100000 10010101 1111001 0 111 11000 100101 101011 10001 110111

Color Harmonies of #A09579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09579

Black with #A09579

Text Example


Text Example

White with #A09579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09579; }

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

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

background-color css

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

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

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

border-color css

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

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

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