Html Css Color HEX #A49470 Tallow

📋 copy color: '#A49470'

red 164 ◦ green 148 ◦ blue 112

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

Shades of Tallow #A49470

Tints of Tallow #A49470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.91%

 BLUE value IS 112 (44.14% from 255) = 26.42%

R = 38.68%
G = 34.91%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A49470 (or 0xA49470) is known color: Tallow. HEX triplet: A4, 94 and 70. RGB value is (164,148,112). Sum of RGB (Red+Green+Blue) = 164+148+112=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49470 is #5B6B8F. Grayscale: #949494. Windows color (decimal): -5991312 or 7378084. OLE color: 7378084.

HSL color Cylindrical-coordinate representation of color #A49470: hue angle of 41.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A49470 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 112 -
CMYK 0 0.10 0.32 0.36
HSL 41.54º 0.22% 0.54% -
HSV(B) 41.54º 0.32% 0.64% -
XYZ 28.82 30.24 19.65 -
YUV 148.68 107.3 138.93 -
System Red Green Blue C M Y K H S L
Decimal 164 148 112 0 0.10 0.32 0.36 41.54 0.22 0.54
Hex A4 94 70 0 A 20 24 2A 16 36
Octal 244 224 160 0 12 40 44 52 26 66
Binary 10100100 10010100 1110000 0 1010 100000 100100 101010 10110 110110

Color Harmonies of #A49470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49470

Black with #A49470

Text Example


Text Example

White with #A49470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49470; }

 p { color: rgb(164,148,112); }

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

background-color css

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

 a { background-color: rgb(164,148,112); }

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

border-color css

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

 span { border-color: rgb(164,148,112); }

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