Html Css Color HEX #A49F6F Tallow

📋 copy color: '#A49F6F'

red 164 ◦ green 159 ◦ blue 111

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

Shades of Tallow #A49F6F

Tints of Tallow #A49F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 37.79%
G = 36.64%
B = 25.58%

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

#A49F6F (or 0xA49F6F) is known color: Tallow. HEX triplet: A4, 9F and 6F. RGB value is (164,159,111). Sum of RGB (Red+Green+Blue) = 164+159+111=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F6F is #5B6090. Grayscale: #9B9B9B. Windows color (decimal): -5988497 or 7315364. OLE color: 7315364.

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

Color convert

RGB 164 159 111 -
CMYK 0 0.03 0.32 0.36
HSL 54.34º 0.23% 0.54% -
HSV(B) 54.34º 0.32% 0.64% -
XYZ 30.58 33.84 19.96 -
YUV 155.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 164 159 111 0 0.03 0.32 0.36 54.34 0.23 0.54
Hex A4 9F 6F 0 3 20 24 36 17 36
Octal 244 237 157 0 3 40 44 66 27 66
Binary 10100100 10011111 1101111 0 11 100000 100100 110110 10111 110110

Color Harmonies of #A49F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F6F

Black with #A49F6F

Text Example


Text Example

White with #A49F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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