Html Css Color HEX #A49A72 Tallow

📋 copy color: '#A49A72'

red 164 ◦ green 154 ◦ blue 114

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

Shades of Tallow #A49A72

Tints of Tallow #A49A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 37.96%
G = 35.65%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49A72 (or 0xA49A72) is known color: Tallow. HEX triplet: A4, 9A and 72. RGB value is (164,154,114). Sum of RGB (Red+Green+Blue) = 164+154+114=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49A72 is #5B658D. Grayscale: #989898. Windows color (decimal): -5989774 or 7510692. OLE color: 7510692.

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

Color convert

RGB 164 154 114 -
CMYK 0 0.06 0.30 0.36
HSL 48º 0.22% 0.55% -
HSV(B) 48º 0.3% 0.64% -
XYZ 29.9 32.22 20.56 -
YUV 152.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 164 154 114 0 0.06 0.30 0.36 48 0.22 0.55
Hex A4 9A 72 0 6 1E 24 30 16 37
Octal 244 232 162 0 6 36 44 60 26 67
Binary 10100100 10011010 1110010 0 110 11110 100100 110000 10110 110111

Color Harmonies of #A49A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A72

Black with #A49A72

Text Example


Text Example

White with #A49A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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