Html Css Color HEX #A49974 Tallow

📋 copy color: '#A49974'

red 164 ◦ green 153 ◦ blue 116

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

Shades of Tallow #A49974

Tints of Tallow #A49974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.79%

R = 37.88%
G = 35.33%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A49974 (or 0xA49974) is known color: Tallow. HEX triplet: A4, 99 and 74. RGB value is (164,153,116). Sum of RGB (Red+Green+Blue) = 164+153+116=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49974 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49974 is #5B668B. Grayscale: #989898. Windows color (decimal): -5990028 or 7641508. OLE color: 7641508.

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

Color convert

RGB 164 153 116 -
CMYK 0 0.07 0.29 0.36
HSL 46.25º 0.21% 0.55% -
HSV(B) 46.25º 0.29% 0.64% -
XYZ 29.85 31.94 21.11 -
YUV 152.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 164 153 116 0 0.07 0.29 0.36 46.25 0.21 0.55
Hex A4 99 74 0 7 1D 24 2E 15 37
Octal 244 231 164 0 7 35 44 56 25 67
Binary 10100100 10011001 1110100 0 111 11101 100100 101110 10101 110111

Color Harmonies of #A49974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49974

Black with #A49974

Text Example


Text Example

White with #A49974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49974; }

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

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

background-color css

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

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

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

border-color css

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

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

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