Html Css Color HEX #A49C6E Tallow

📋 copy color: '#A49C6E'

red 164 ◦ green 156 ◦ blue 110

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

Shades of Tallow #A49C6E

Tints of Tallow #A49C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.58%

R = 38.14%
G = 36.28%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A49C6E (or 0xA49C6E) is known color: Tallow. HEX triplet: A4, 9C and 6E. RGB value is (164,156,110). Sum of RGB (Red+Green+Blue) = 164+156+110=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C6E is #5B6391. Grayscale: #999999. Windows color (decimal): -5989266 or 7249060. OLE color: 7249060.

HSL color Cylindrical-coordinate representation of color #A49C6E: hue angle of 51.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A49C6E is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 110 -
CMYK 0 0.05 0.33 0.36
HSL 51.11º 0.23% 0.54% -
HSV(B) 51.11º 0.33% 0.64% -
XYZ 30.01 32.8 19.5 -
YUV 153.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 164 156 110 0 0.05 0.33 0.36 51.11 0.23 0.54
Hex A4 9C 6E 0 5 21 24 33 17 36
Octal 244 234 156 0 5 41 44 63 27 66
Binary 10100100 10011100 1101110 0 101 100001 100100 110011 10111 110110

Color Harmonies of #A49C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C6E

Black with #A49C6E

Text Example


Text Example

White with #A49C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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