Html Css Color HEX #A49B6D Tallow

📋 copy color: '#A49B6D'

red 164 ◦ green 155 ◦ blue 109

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

Shades of Tallow #A49B6D

Tints of Tallow #A49B6D

RGB

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

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

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

R = 38.32%
G = 36.21%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A49B6D (or 0xA49B6D) is known color: Tallow. HEX triplet: A4, 9B and 6D. RGB value is (164,155,109). Sum of RGB (Red+Green+Blue) = 164+155+109=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49B6D is #5B6492. Grayscale: #989898. Windows color (decimal): -5989523 or 7183268. OLE color: 7183268.

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

Color convert

RGB 164 155 109 -
CMYK 0 0.05 0.34 0.36
HSL 50.18º 0.23% 0.54% -
HSV(B) 50.18º 0.34% 0.64% -
XYZ 29.79 32.44 19.16 -
YUV 152.45 103.48 136.24 -
System Red Green Blue C M Y K H S L
Decimal 164 155 109 0 0.05 0.34 0.36 50.18 0.23 0.54
Hex A4 9B 6D 0 5 22 24 32 17 36
Octal 244 233 155 0 5 42 44 62 27 66
Binary 10100100 10011011 1101101 0 101 100010 100100 110010 10111 110110

Color Harmonies of #A49B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B6D

Black with #A49B6D

Text Example


Text Example

White with #A49B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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