Html Css Color HEX #A49D6D Tallow

📋 copy color: '#A49D6D'

red 164 ◦ green 157 ◦ blue 109

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

Shades of Tallow #A49D6D

Tints of Tallow #A49D6D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

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

R = 38.14%
G = 36.51%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A49D6D (or 0xA49D6D) is known color: Tallow. HEX triplet: A4, 9D and 6D. RGB value is (164,157,109). Sum of RGB (Red+Green+Blue) = 164+157+109=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D6D is #5B6292. Grayscale: #999999. Windows color (decimal): -5989011 or 7183780. OLE color: 7183780.

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

Color convert

RGB 164 157 109 -
CMYK 0 0.04 0.34 0.36
HSL 52.36º 0.23% 0.54% -
HSV(B) 52.36º 0.34% 0.64% -
XYZ 30.13 33.11 19.27 -
YUV 153.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 164 157 109 0 0.04 0.34 0.36 52.36 0.23 0.54
Hex A4 9D 6D 0 4 22 24 34 17 36
Octal 244 235 155 0 4 42 44 64 27 66
Binary 10100100 10011101 1101101 0 100 100010 100100 110100 10111 110110

Color Harmonies of #A49D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D6D

Black with #A49D6D

Text Example


Text Example

White with #A49D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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