Html Css Color HEX #A49573 Tallow

📋 copy color: '#A49573'

red 164 ◦ green 149 ◦ blue 115

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

Shades of Tallow #A49573

Tints of Tallow #A49573

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.81%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 38.32%
G = 34.81%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A49573 (or 0xA49573) is known color: Tallow. HEX triplet: A4, 95 and 73. RGB value is (164,149,115). Sum of RGB (Red+Green+Blue) = 164+149+115=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 149 (58.59% from 255 or 34.81% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A49573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49573 is #5B6A8C. Grayscale: #959595. Windows color (decimal): -5991053 or 7574948. OLE color: 7574948.

HSL color Cylindrical-coordinate representation of color #A49573: hue angle of 41.63º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49573 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 115 -
CMYK 0 0.09 0.30 0.36
HSL 41.63º 0.21% 0.55% -
HSV(B) 41.63º 0.3% 0.64% -
XYZ 29.15 30.63 20.59 -
YUV 149.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 164 149 115 0 0.09 0.30 0.36 41.63 0.21 0.55
Hex A4 95 73 0 9 1E 24 2A 15 37
Octal 244 225 163 0 11 36 44 52 25 67
Binary 10100100 10010101 1110011 0 1001 11110 100100 101010 10101 110111

Color Harmonies of #A49573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49573

Black with #A49573

Text Example


Text Example

White with #A49573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49573; }

 p { color: rgb(164,149,115); }

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

background-color css

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

 a { background-color: rgb(164,149,115); }

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

border-color css

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

 span { border-color: rgb(164,149,115); }

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