Html Css Color HEX #A49B71 Tallow

📋 copy color: '#A49B71'

red 164 ◦ green 155 ◦ blue 113

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

Shades of Tallow #A49B71

Tints of Tallow #A49B71

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.88%

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

R = 37.96%
G = 35.88%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A49B71 (or 0xA49B71) is known color: Tallow. HEX triplet: A4, 9B and 71. RGB value is (164,155,113). Sum of RGB (Red+Green+Blue) = 164+155+113=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B71 is #5B648E. Grayscale: #999999. Windows color (decimal): -5989519 or 7445412. OLE color: 7445412.

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

Color convert

RGB 164 155 113 -
CMYK 0 0.05 0.31 0.36
HSL 49.41º 0.22% 0.54% -
HSV(B) 49.41º 0.31% 0.64% -
XYZ 30.01 32.53 20.32 -
YUV 152.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 164 155 113 0 0.05 0.31 0.36 49.41 0.22 0.54
Hex A4 9B 71 0 5 1F 24 31 16 36
Octal 244 233 161 0 5 37 44 61 26 66
Binary 10100100 10011011 1110001 0 101 11111 100100 110001 10110 110110

Color Harmonies of #A49B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B71

Black with #A49B71

Text Example


Text Example

White with #A49B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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