Html Css Color HEX #A49D6A Tallow

📋 copy color: '#A49D6A'

red 164 ◦ green 157 ◦ blue 106

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

Shades of Tallow #A49D6A

Tints of Tallow #A49D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.82%

R = 38.41%
G = 36.77%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A49D6A (or 0xA49D6A) is known color: Tallow. HEX triplet: A4, 9D and 6A. RGB value is (164,157,106). Sum of RGB (Red+Green+Blue) = 164+157+106=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D6A is #5B6295. Grayscale: #999999. Windows color (decimal): -5989014 or 6987172. OLE color: 6987172.

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

Color convert

RGB 164 157 106 -
CMYK 0 0.04 0.35 0.36
HSL 52.76º 0.24% 0.53% -
HSV(B) 52.76º 0.35% 0.64% -
XYZ 29.97 33.05 18.43 -
YUV 153.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 164 157 106 0 0.04 0.35 0.36 52.76 0.24 0.53
Hex A4 9D 6A 0 4 23 24 35 18 35
Octal 244 235 152 0 4 43 44 65 30 65
Binary 10100100 10011101 1101010 0 100 100011 100100 110101 11000 110101

Color Harmonies of #A49D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D6A

Black with #A49D6A

Text Example


Text Example

White with #A49D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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