Html Css Color HEX #A49578 Tallow

📋 copy color: '#A49578'

red 164 ◦ green 149 ◦ blue 120

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

Shades of Tallow #A49578

Tints of Tallow #A49578

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.41%

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

R = 37.88%
G = 34.41%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49578 (or 0xA49578) is known color: Tallow. HEX triplet: A4, 95 and 78. RGB value is (164,149,120). Sum of RGB (Red+Green+Blue) = 164+149+120=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 120 (47.27% from 255 or 27.71% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A49578 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49578 is #5B6A87. Grayscale: #969696. Windows color (decimal): -5991048 or 7902628. OLE color: 7902628.

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

Color convert

RGB 164 149 120 -
CMYK 0 0.09 0.27 0.36
HSL 39.55º 0.19% 0.56% -
HSV(B) 39.55º 0.27% 0.64% -
XYZ 29.45 30.74 22.15 -
YUV 150.18 110.97 137.86 -
System Red Green Blue C M Y K H S L
Decimal 164 149 120 0 0.09 0.27 0.36 39.55 0.19 0.56
Hex A4 95 78 0 9 1B 24 28 13 38
Octal 244 225 170 0 11 33 44 50 23 70
Binary 10100100 10010101 1111000 0 1001 11011 100100 101000 10011 111000

Color Harmonies of #A49578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49578

Black with #A49578

Text Example


Text Example

White with #A49578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49578; }

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

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

background-color css

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

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

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

border-color css

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

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

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