Html Css Color HEX #A09A73 Tallow

📋 copy color: '#A09A73'

red 160 ◦ green 154 ◦ blue 115

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

Shades of Tallow #A09A73

Tints of Tallow #A09A73

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.9%

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 37.3%
G = 35.9%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A09A73 (or 0xA09A73) is known color: Tallow. HEX triplet: A0, 9A and 73. RGB value is (160,154,115). Sum of RGB (Red+Green+Blue) = 160+154+115=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A73 is #5F658C. Grayscale: #979797. Windows color (decimal): -6251917 or 7576224. OLE color: 7576224.

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

Color convert

RGB 160 154 115 -
CMYK 0 0.04 0.28 0.37
HSL 52º 0.19% 0.54% -
HSV(B) 52º 0.28% 0.63% -
XYZ 29.15 31.82 20.83 -
YUV 151.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 160 154 115 0 0.04 0.28 0.37 52 0.19 0.54
Hex A0 9A 73 0 4 1C 25 34 13 36
Octal 240 232 163 0 4 34 45 64 23 66
Binary 10100000 10011010 1110011 0 100 11100 100101 110100 10011 110110

Color Harmonies of #A09A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A73

Black with #A09A73

Text Example


Text Example

White with #A09A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A73; }

 p { color: rgb(160,154,115); }

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

background-color css

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

 a { background-color: rgb(160,154,115); }

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

border-color css

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

 span { border-color: rgb(160,154,115); }

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