Html Css Color HEX #A49C74 Tallow

📋 copy color: '#A49C74'

red 164 ◦ green 156 ◦ blue 116

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

Shades of Tallow #A49C74

Tints of Tallow #A49C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 116 (45.7% from 255) = 26.61%

R = 37.61%
G = 35.78%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A49C74 (or 0xA49C74) is known color: Tallow. HEX triplet: A4, 9C and 74. RGB value is (164,156,116). Sum of RGB (Red+Green+Blue) = 164+156+116=436 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.61% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C74 is #5B638B. Grayscale: #999999. Windows color (decimal): -5989260 or 7642276. OLE color: 7642276.

HSL color Cylindrical-coordinate representation of color #A49C74: hue angle of 50º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49C74 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 116 -
CMYK 0 0.05 0.29 0.36
HSL 50º 0.21% 0.55% -
HSV(B) 50º 0.29% 0.64% -
XYZ 30.35 32.93 21.28 -
YUV 153.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 164 156 116 0 0.05 0.29 0.36 50 0.21 0.55
Hex A4 9C 74 0 5 1D 24 32 15 37
Octal 244 234 164 0 5 35 44 62 25 67
Binary 10100100 10011100 1110100 0 101 11101 100100 110010 10101 110111

Color Harmonies of #A49C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C74

Black with #A49C74

Text Example


Text Example

White with #A49C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C74; }

 p { color: rgb(164,156,116); }

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

background-color css

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

 a { background-color: rgb(164,156,116); }

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

border-color css

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

 span { border-color: rgb(164,156,116); }

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