Html Css Color HEX #A49D76 Tallow

📋 copy color: '#A49D76'

red 164 ◦ green 157 ◦ blue 118

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

Shades of Tallow #A49D76

Tints of Tallow #A49D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 37.36%
G = 35.76%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A49D76 (or 0xA49D76) is known color: Tallow. HEX triplet: A4, 9D and 76. RGB value is (164,157,118). Sum of RGB (Red+Green+Blue) = 164+157+118=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D76 is #5B6289. Grayscale: #9A9A9A. Windows color (decimal): -5989002 or 7773604. OLE color: 7773604.

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

Color convert

RGB 164 157 118 -
CMYK 0 0.04 0.28 0.36
HSL 50.87º 0.2% 0.55% -
HSV(B) 50.87º 0.28% 0.64% -
XYZ 30.64 33.31 21.96 -
YUV 154.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 164 157 118 0 0.04 0.28 0.36 50.87 0.2 0.55
Hex A4 9D 76 0 4 1C 24 33 14 37
Octal 244 235 166 0 4 34 44 63 24 67
Binary 10100100 10011101 1110110 0 100 11100 100100 110011 10100 110111

Color Harmonies of #A49D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D76

Black with #A49D76

Text Example


Text Example

White with #A49D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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