Html Css Color HEX #A49D73 Tallow

📋 copy color: '#A49D73'

red 164 ◦ green 157 ◦ blue 115

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

Shades of Tallow #A49D73

Tints of Tallow #A49D73

RGB

 RED value IS 164 (64.45% from 255) = 37.61%

 GREEN value IS 157 (61.72% from 255) = 36.01%

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

R = 37.61%
G = 36.01%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49D73 (or 0xA49D73) is known color: Tallow. HEX triplet: A4, 9D and 73. RGB value is (164,157,115). Sum of RGB (Red+Green+Blue) = 164+157+115=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 115 (45.31% from 255 or 26.38% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D73 is #5B628C. Grayscale: #9A9A9A. Windows color (decimal): -5989005 or 7576996. OLE color: 7576996.

HSL color Cylindrical-coordinate representation of color #A49D73: hue angle of 51.43º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49D73 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 115 -
CMYK 0 0.04 0.30 0.36
HSL 51.43º 0.21% 0.55% -
HSV(B) 51.43º 0.3% 0.64% -
XYZ 30.46 33.24 21.03 -
YUV 154.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 164 157 115 0 0.04 0.30 0.36 51.43 0.21 0.55
Hex A4 9D 73 0 4 1E 24 33 15 37
Octal 244 235 163 0 4 36 44 63 25 67
Binary 10100100 10011101 1110011 0 100 11110 100100 110011 10101 110111

Color Harmonies of #A49D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D73

Black with #A49D73

Text Example


Text Example

White with #A49D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D73; }

 p { color: rgb(164,157,115); }

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

background-color css

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

 a { background-color: rgb(164,157,115); }

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

border-color css

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

 span { border-color: rgb(164,157,115); }

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