Html Css Color HEX #A49978 Tallow

📋 copy color: '#A49978'

red 164 ◦ green 153 ◦ blue 120

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

Shades of Tallow #A49978

Tints of Tallow #A49978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.46%

R = 37.53%
G = 35.01%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49978 (or 0xA49978) is known color: Tallow. HEX triplet: A4, 99 and 78. RGB value is (164,153,120). Sum of RGB (Red+Green+Blue) = 164+153+120=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A49978 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49978 is #5B6687. Grayscale: #989898. Windows color (decimal): -5990024 or 7903652. OLE color: 7903652.

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

Color convert

RGB 164 153 120 -
CMYK 0 0.07 0.27 0.36
HSL 45º 0.19% 0.56% -
HSV(B) 45º 0.27% 0.64% -
XYZ 30.09 32.03 22.37 -
YUV 152.53 109.64 136.18 -
System Red Green Blue C M Y K H S L
Decimal 164 153 120 0 0.07 0.27 0.36 45 0.19 0.56
Hex A4 99 78 0 7 1B 24 2D 13 38
Octal 244 231 170 0 7 33 44 55 23 70
Binary 10100100 10011001 1111000 0 111 11011 100100 101101 10011 111000

Color Harmonies of #A49978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49978

Black with #A49978

Text Example


Text Example

White with #A49978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49978; }

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

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

background-color css

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

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

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

border-color css

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

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

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