Html Css Color HEX #A49D72 Tallow

📋 copy color: '#A49D72'

red 164 ◦ green 157 ◦ blue 114

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

Shades of Tallow #A49D72

Tints of Tallow #A49D72

RGB

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

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

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

R = 37.7%
G = 36.09%
B = 26.21%

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

#A49D72 (or 0xA49D72) is known color: Tallow. HEX triplet: A4, 9D and 72. RGB value is (164,157,114). Sum of RGB (Red+Green+Blue) = 164+157+114=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D72 is #5B628D. Grayscale: #9A9A9A. Windows color (decimal): -5989006 or 7511460. OLE color: 7511460.

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

Color convert

RGB 164 157 114 -
CMYK 0 0.04 0.30 0.36
HSL 51.6º 0.22% 0.55% -
HSV(B) 51.6º 0.3% 0.64% -
XYZ 30.4 33.22 20.73 -
YUV 154.19 105.32 135 -
System Red Green Blue C M Y K H S L
Decimal 164 157 114 0 0.04 0.30 0.36 51.6 0.22 0.55
Hex A4 9D 72 0 4 1E 24 34 16 37
Octal 244 235 162 0 4 36 44 64 26 67
Binary 10100100 10011101 1110010 0 100 11110 100100 110100 10110 110111

Color Harmonies of #A49D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D72

Black with #A49D72

Text Example


Text Example

White with #A49D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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