Html Css Color HEX #A49777 Tallow

📋 copy color: '#A49777'

red 164 ◦ green 151 ◦ blue 119

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

Shades of Tallow #A49777

Tints of Tallow #A49777

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.79%

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

R = 37.79%
G = 34.79%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49777 (or 0xA49777) is known color: Tallow. HEX triplet: A4, 97 and 77. RGB value is (164,151,119). Sum of RGB (Red+Green+Blue) = 164+151+119=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A49777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49777 is #5B6888. Grayscale: #979797. Windows color (decimal): -5990537 or 7837604. OLE color: 7837604.

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

Color convert

RGB 164 151 119 -
CMYK 0 0.08 0.27 0.36
HSL 42.67º 0.2% 0.55% -
HSV(B) 42.67º 0.27% 0.64% -
XYZ 29.71 31.36 21.94 -
YUV 151.24 109.81 137.1 -
System Red Green Blue C M Y K H S L
Decimal 164 151 119 0 0.08 0.27 0.36 42.67 0.2 0.55
Hex A4 97 77 0 8 1B 24 2B 14 37
Octal 244 227 167 0 10 33 44 53 24 67
Binary 10100100 10010111 1110111 0 1000 11011 100100 101011 10100 110111

Color Harmonies of #A49777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49777

Black with #A49777

Text Example


Text Example

White with #A49777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49777; }

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

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

background-color css

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

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

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

border-color css

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

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

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