Html Css Color HEX #A49E72 Tallow

📋 copy color: '#A49E72'

red 164 ◦ green 158 ◦ blue 114

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

Shades of Tallow #A49E72

Tints of Tallow #A49E72

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.24%

 BLUE value IS 114 (44.92% from 255) = 26.15%

R = 37.61%
G = 36.24%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49E72 (or 0xA49E72) is known color: Tallow. HEX triplet: A4, 9E and 72. RGB value is (164,158,114). Sum of RGB (Red+Green+Blue) = 164+158+114=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E72 is #5B618D. Grayscale: #9A9A9A. Windows color (decimal): -5988750 or 7511716. OLE color: 7511716.

HSL color Cylindrical-coordinate representation of color #A49E72: hue angle of 52.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49E72 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 158 114 -
CMYK 0 0.04 0.30 0.36
HSL 52.8º 0.22% 0.55% -
HSV(B) 52.8º 0.3% 0.64% -
XYZ 30.57 33.56 20.79 -
YUV 154.78 104.99 134.58 -
System Red Green Blue C M Y K H S L
Decimal 164 158 114 0 0.04 0.30 0.36 52.8 0.22 0.55
Hex A4 9E 72 0 4 1E 24 35 16 37
Octal 244 236 162 0 4 36 44 65 26 67
Binary 10100100 10011110 1110010 0 100 11110 100100 110101 10110 110111

Color Harmonies of #A49E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E72

Black with #A49E72

Text Example


Text Example

White with #A49E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E72; }

 p { color: rgb(164,158,114); }

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

background-color css

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

 a { background-color: rgb(164,158,114); }

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

border-color css

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

 span { border-color: rgb(164,158,114); }

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