Html Css Color HEX #A49977 Tallow

📋 copy color: '#A49977'

red 164 ◦ green 153 ◦ blue 119

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

Shades of Tallow #A49977

Tints of Tallow #A49977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.29%

R = 37.61%
G = 35.09%
B = 27.29%

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

#A49977 (or 0xA49977) is known color: Tallow. HEX triplet: A4, 99 and 77. RGB value is (164,153,119). Sum of RGB (Red+Green+Blue) = 164+153+119=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49977 is #5B6688. Grayscale: #989898. Windows color (decimal): -5990025 or 7838116. OLE color: 7838116.

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

Color convert

RGB 164 153 119 -
CMYK 0 0.07 0.27 0.36
HSL 45.33º 0.2% 0.55% -
HSV(B) 45.33º 0.27% 0.64% -
XYZ 30.03 32.01 22.05 -
YUV 152.41 109.14 136.26 -
System Red Green Blue C M Y K H S L
Decimal 164 153 119 0 0.07 0.27 0.36 45.33 0.2 0.55
Hex A4 99 77 0 7 1B 24 2D 14 37
Octal 244 231 167 0 7 33 44 55 24 67
Binary 10100100 10011001 1110111 0 111 11011 100100 101101 10100 110111

Color Harmonies of #A49977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49977

Black with #A49977

Text Example


Text Example

White with #A49977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49977; }

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

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

background-color css

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

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

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

border-color css

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

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

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