Html Css Color HEX #A49C76 Tallow

📋 copy color: '#A49C76'

red 164 ◦ green 156 ◦ blue 118

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

Shades of Tallow #A49C76

Tints of Tallow #A49C76

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.62%

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

R = 37.44%
G = 35.62%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A49C76 (or 0xA49C76) is known color: Tallow. HEX triplet: A4, 9C and 76. RGB value is (164,156,118). Sum of RGB (Red+Green+Blue) = 164+156+118=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C76 is #5B6389. Grayscale: #9A9A9A. Windows color (decimal): -5989258 or 7773348. OLE color: 7773348.

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

Color convert

RGB 164 156 118 -
CMYK 0 0.05 0.28 0.36
HSL 49.57º 0.2% 0.55% -
HSV(B) 49.57º 0.28% 0.64% -
XYZ 30.47 32.98 21.9 -
YUV 154.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 164 156 118 0 0.05 0.28 0.36 49.57 0.2 0.55
Hex A4 9C 76 0 5 1C 24 32 14 37
Octal 244 234 166 0 5 34 44 62 24 67
Binary 10100100 10011100 1110110 0 101 11100 100100 110010 10100 110111

Color Harmonies of #A49C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C76

Black with #A49C76

Text Example


Text Example

White with #A49C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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