Html Css Color HEX #A09973 Tallow

📋 copy color: '#A09973'

red 160 ◦ green 153 ◦ blue 115

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

Shades of Tallow #A09973

Tints of Tallow #A09973

RGB

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

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

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

R = 37.38%
G = 35.75%
B = 26.87%

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

#A09973 (or 0xA09973) is known color: Tallow. HEX triplet: A0, 99 and 73. RGB value is (160,153,115). Sum of RGB (Red+Green+Blue) = 160+153+115=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 160 - color contains mainly: red. Hex color #A09973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09973 is #5F668C. Grayscale: #969696. Windows color (decimal): -6252173 or 7575968. OLE color: 7575968.

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

Color convert

RGB 160 153 115 -
CMYK 0 0.04 0.28 0.37
HSL 50.67º 0.19% 0.54% -
HSV(B) 50.67º 0.28% 0.63% -
XYZ 28.98 31.49 20.77 -
YUV 150.76 107.82 134.59 -
System Red Green Blue C M Y K H S L
Decimal 160 153 115 0 0.04 0.28 0.37 50.67 0.19 0.54
Hex A0 99 73 0 4 1C 25 33 13 36
Octal 240 231 163 0 4 34 45 63 23 66
Binary 10100000 10011001 1110011 0 100 11100 100101 110011 10011 110110

Color Harmonies of #A09973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09973

Black with #A09973

Text Example


Text Example

White with #A09973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09973; }

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

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

background-color css

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

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

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

border-color css

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

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

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