Html Css Color HEX #A49970 Tallow

📋 copy color: '#A49970'

red 164 ◦ green 153 ◦ blue 112

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

Shades of Tallow #A49970

Tints of Tallow #A49970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

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

R = 38.23%
G = 35.66%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A49970 (or 0xA49970) is known color: Tallow. HEX triplet: A4, 99 and 70. RGB value is (164,153,112). Sum of RGB (Red+Green+Blue) = 164+153+112=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49970 is #5B668F. Grayscale: #979797. Windows color (decimal): -5990032 or 7379364. OLE color: 7379364.

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

Color convert

RGB 164 153 112 -
CMYK 0 0.07 0.32 0.36
HSL 47.31º 0.22% 0.54% -
HSV(B) 47.31º 0.32% 0.64% -
XYZ 29.63 31.84 19.91 -
YUV 151.62 105.64 136.83 -
System Red Green Blue C M Y K H S L
Decimal 164 153 112 0 0.07 0.32 0.36 47.31 0.22 0.54
Hex A4 99 70 0 7 20 24 2F 16 36
Octal 244 231 160 0 7 40 44 57 26 66
Binary 10100100 10011001 1110000 0 111 100000 100100 101111 10110 110110

Color Harmonies of #A49970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49970

Black with #A49970

Text Example


Text Example

White with #A49970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49970; }

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

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

background-color css

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

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

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

border-color css

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

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

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