Html Css Color HEX #A49774 Tallow

📋 copy color: '#A49774'

red 164 ◦ green 151 ◦ blue 116

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

Shades of Tallow #A49774

Tints of Tallow #A49774

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.03%

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

R = 38.05%
G = 35.03%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A49774 (or 0xA49774) is known color: Tallow. HEX triplet: A4, 97 and 74. RGB value is (164,151,116). Sum of RGB (Red+Green+Blue) = 164+151+116=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 151 (59.38% from 255 or 35.03% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A49774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49774 is #5B688B. Grayscale: #979797. Windows color (decimal): -5990540 or 7640996. OLE color: 7640996.

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

Color convert

RGB 164 151 116 -
CMYK 0 0.08 0.29 0.36
HSL 43.75º 0.21% 0.55% -
HSV(B) 43.75º 0.29% 0.64% -
XYZ 29.53 31.29 21.01 -
YUV 150.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 164 151 116 0 0.08 0.29 0.36 43.75 0.21 0.55
Hex A4 97 74 0 8 1D 24 2C 15 37
Octal 244 227 164 0 10 35 44 54 25 67
Binary 10100100 10010111 1110100 0 1000 11101 100100 101100 10101 110111

Color Harmonies of #A49774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49774

Black with #A49774

Text Example


Text Example

White with #A49774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49774; }

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

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

background-color css

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

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

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

border-color css

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

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

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