Html Css Color HEX #A49C68 Tallow

📋 copy color: '#A49C68'

red 164 ◦ green 156 ◦ blue 104

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

Shades of Tallow #A49C68

Tints of Tallow #A49C68

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

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

R = 38.68%
G = 36.79%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A49C68 (or 0xA49C68) is known color: Tallow. HEX triplet: A4, 9C and 68. RGB value is (164,156,104). Sum of RGB (Red+Green+Blue) = 164+156+104=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C68 is #5B6397. Grayscale: #989898. Windows color (decimal): -5989272 or 6855844. OLE color: 6855844.

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

Color convert

RGB 164 156 104 -
CMYK 0 0.05 0.37 0.36
HSL 52º 0.25% 0.53% -
HSV(B) 52º 0.37% 0.64% -
XYZ 29.7 32.67 17.84 -
YUV 152.46 100.65 136.23 -
System Red Green Blue C M Y K H S L
Decimal 164 156 104 0 0.05 0.37 0.36 52 0.25 0.53
Hex A4 9C 68 0 5 25 24 34 19 35
Octal 244 234 150 0 5 45 44 64 31 65
Binary 10100100 10011100 1101000 0 101 100101 100100 110100 11001 110101

Color Harmonies of #A49C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C68

Black with #A49C68

Text Example


Text Example

White with #A49C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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