Html Css Color HEX #A49F6D Tallow

📋 copy color: '#A49F6D'

red 164 ◦ green 159 ◦ blue 109

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

Shades of Tallow #A49F6D

Tints of Tallow #A49F6D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 37.96%
G = 36.81%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A49F6D (or 0xA49F6D) is known color: Tallow. HEX triplet: A4, 9F and 6D. RGB value is (164,159,109). Sum of RGB (Red+Green+Blue) = 164+159+109=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F6D is #5B6092. Grayscale: #9B9B9B. Windows color (decimal): -5988499 or 7184292. OLE color: 7184292.

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

Color convert

RGB 164 159 109 -
CMYK 0 0.03 0.34 0.36
HSL 54.55º 0.23% 0.54% -
HSV(B) 54.55º 0.34% 0.64% -
XYZ 30.47 33.79 19.38 -
YUV 154.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 164 159 109 0 0.03 0.34 0.36 54.55 0.23 0.54
Hex A4 9F 6D 0 3 22 24 37 17 36
Octal 244 237 155 0 3 42 44 67 27 66
Binary 10100100 10011111 1101101 0 11 100010 100100 110111 10111 110110

Color Harmonies of #A49F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F6D

Black with #A49F6D

Text Example


Text Example

White with #A49F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F6D; }

 p { color: rgb(164,159,109); }

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

background-color css

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

 a { background-color: rgb(164,159,109); }

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

border-color css

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

 span { border-color: rgb(164,159,109); }

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