Html Css Color HEX #A49F70 Tallow

📋 copy color: '#A49F70'

red 164 ◦ green 159 ◦ blue 112

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

Shades of Tallow #A49F70

Tints of Tallow #A49F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.55%

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

R = 37.7%
G = 36.55%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A49F70 (or 0xA49F70) is known color: Tallow. HEX triplet: A4, 9F and 70. RGB value is (164,159,112). Sum of RGB (Red+Green+Blue) = 164+159+112=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F70 is #5B608F. Grayscale: #9B9B9B. Windows color (decimal): -5988496 or 7380900. OLE color: 7380900.

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

Color convert

RGB 164 159 112 -
CMYK 0 0.03 0.32 0.36
HSL 54.23º 0.22% 0.54% -
HSV(B) 54.23º 0.32% 0.64% -
XYZ 30.63 33.86 20.25 -
YUV 155.14 103.66 134.32 -
System Red Green Blue C M Y K H S L
Decimal 164 159 112 0 0.03 0.32 0.36 54.23 0.22 0.54
Hex A4 9F 70 0 3 20 24 36 16 36
Octal 244 237 160 0 3 40 44 66 26 66
Binary 10100100 10011111 1110000 0 11 100000 100100 110110 10110 110110

Color Harmonies of #A49F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F70

Black with #A49F70

Text Example


Text Example

White with #A49F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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