Html Css Color HEX #A49C6B Tallow

📋 copy color: '#A49C6B'

red 164 ◦ green 156 ◦ blue 107

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

Shades of Tallow #A49C6B

Tints of Tallow #A49C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 38.41%
G = 36.53%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A49C6B (or 0xA49C6B) is known color: Tallow. HEX triplet: A4, 9C and 6B. RGB value is (164,156,107). Sum of RGB (Red+Green+Blue) = 164+156+107=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C6B is #5B6394. Grayscale: #999999. Windows color (decimal): -5989269 or 7052452. OLE color: 7052452.

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

Color convert

RGB 164 156 107 -
CMYK 0 0.05 0.35 0.36
HSL 51.58º 0.24% 0.53% -
HSV(B) 51.58º 0.35% 0.64% -
XYZ 29.85 32.73 18.65 -
YUV 152.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 164 156 107 0 0.05 0.35 0.36 51.58 0.24 0.53
Hex A4 9C 6B 0 5 23 24 34 18 35
Octal 244 234 153 0 5 43 44 64 30 65
Binary 10100100 10011100 1101011 0 101 100011 100100 110100 11000 110101

Color Harmonies of #A49C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C6B

Black with #A49C6B

Text Example


Text Example

White with #A49C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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