Html Css Color HEX #A49771 Tallow

📋 copy color: '#A49771'

red 164 ◦ green 151 ◦ blue 113

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

Shades of Tallow #A49771

Tints of Tallow #A49771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 38.32%
G = 35.28%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A49771 (or 0xA49771) is known color: Tallow. HEX triplet: A4, 97 and 71. RGB value is (164,151,113). Sum of RGB (Red+Green+Blue) = 164+151+113=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49771 is #5B688E. Grayscale: #969696. Windows color (decimal): -5990543 or 7444388. OLE color: 7444388.

HSL color Cylindrical-coordinate representation of color #A49771: hue angle of 44.71º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A49771 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 113 -
CMYK 0 0.08 0.31 0.36
HSL 44.71º 0.22% 0.54% -
HSV(B) 44.71º 0.31% 0.64% -
XYZ 29.36 31.22 20.1 -
YUV 150.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 164 151 113 0 0.08 0.31 0.36 44.71 0.22 0.54
Hex A4 97 71 0 8 1F 24 2D 16 36
Octal 244 227 161 0 10 37 44 55 26 66
Binary 10100100 10010111 1110001 0 1000 11111 100100 101101 10110 110110

Color Harmonies of #A49771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49771

Black with #A49771

Text Example


Text Example

White with #A49771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49771; }

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

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

background-color css

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

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

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

border-color css

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

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

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