Html Css Color HEX #A49568 Tallow

📋 copy color: '#A49568'

red 164 ◦ green 149 ◦ blue 104

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

Shades of Tallow #A49568

Tints of Tallow #A49568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.94%

R = 39.33%
G = 35.73%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A49568 (or 0xA49568) is known color: Tallow. HEX triplet: A4, 95 and 68. RGB value is (164,149,104). Sum of RGB (Red+Green+Blue) = 164+149+104=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 149 (58.59% from 255 or 35.73% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49568 is #5B6A97. Grayscale: #949494. Windows color (decimal): -5991064 or 6854052. OLE color: 6854052.

HSL color Cylindrical-coordinate representation of color #A49568: hue angle of 45º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A49568 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 149 104 -
CMYK 0 0.09 0.37 0.36
HSL 45º 0.25% 0.53% -
HSV(B) 45º 0.37% 0.64% -
XYZ 28.56 30.39 17.46 -
YUV 148.36 102.97 139.16 -
System Red Green Blue C M Y K H S L
Decimal 164 149 104 0 0.09 0.37 0.36 45 0.25 0.53
Hex A4 95 68 0 9 25 24 2D 19 35
Octal 244 225 150 0 11 45 44 55 31 65
Binary 10100100 10010101 1101000 0 1001 100101 100100 101101 11001 110101

Color Harmonies of #A49568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49568

Black with #A49568

Text Example


Text Example

White with #A49568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49568; }

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

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

background-color css

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

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

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

border-color css

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

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

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