Html Css Color HEX #A49D6E Tallow

📋 copy color: '#A49D6E'

red 164 ◦ green 157 ◦ blue 110

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

Shades of Tallow #A49D6E

Tints of Tallow #A49D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.52%

R = 38.05%
G = 36.43%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A49D6E (or 0xA49D6E) is known color: Tallow. HEX triplet: A4, 9D and 6E. RGB value is (164,157,110). Sum of RGB (Red+Green+Blue) = 164+157+110=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 110 (43.36% from 255 or 25.52% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D6E is #5B6291. Grayscale: #999999. Windows color (decimal): -5989010 or 7249316. OLE color: 7249316.

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

Color convert

RGB 164 157 110 -
CMYK 0 0.04 0.33 0.36
HSL 52.22º 0.23% 0.54% -
HSV(B) 52.22º 0.33% 0.64% -
XYZ 30.18 33.13 19.56 -
YUV 153.74 103.32 135.32 -
System Red Green Blue C M Y K H S L
Decimal 164 157 110 0 0.04 0.33 0.36 52.22 0.23 0.54
Hex A4 9D 6E 0 4 21 24 34 17 36
Octal 244 235 156 0 4 41 44 64 27 66
Binary 10100100 10011101 1101110 0 100 100001 100100 110100 10111 110110

Color Harmonies of #A49D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D6E

Black with #A49D6E

Text Example


Text Example

White with #A49D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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