Html Css Color HEX #A49973 Tallow

📋 copy color: '#A49973'

red 164 ◦ green 153 ◦ blue 115

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

Shades of Tallow #A49973

Tints of Tallow #A49973

RGB

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

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

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

R = 37.96%
G = 35.42%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49973 (or 0xA49973) is known color: Tallow. HEX triplet: A4, 99 and 73. RGB value is (164,153,115). Sum of RGB (Red+Green+Blue) = 164+153+115=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49973 is #5B668C. Grayscale: #989898. Windows color (decimal): -5990029 or 7575972. OLE color: 7575972.

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

Color convert

RGB 164 153 115 -
CMYK 0 0.07 0.30 0.36
HSL 46.53º 0.21% 0.55% -
HSV(B) 46.53º 0.3% 0.64% -
XYZ 29.8 31.91 20.81 -
YUV 151.96 107.14 136.59 -
System Red Green Blue C M Y K H S L
Decimal 164 153 115 0 0.07 0.30 0.36 46.53 0.21 0.55
Hex A4 99 73 0 7 1E 24 2F 15 37
Octal 244 231 163 0 7 36 44 57 25 67
Binary 10100100 10011001 1110011 0 111 11110 100100 101111 10101 110111

Color Harmonies of #A49973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49973

Black with #A49973

Text Example


Text Example

White with #A49973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49973; }

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

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

background-color css

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

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

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

border-color css

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

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

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