Html Css Color HEX #A49E6B Tallow

📋 copy color: '#A49E6B'

red 164 ◦ green 158 ◦ blue 107

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

Shades of Tallow #A49E6B

Tints of Tallow #A49E6B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.83%

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

R = 38.23%
G = 36.83%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A49E6B (or 0xA49E6B) is known color: Tallow. HEX triplet: A4, 9E and 6B. RGB value is (164,158,107). Sum of RGB (Red+Green+Blue) = 164+158+107=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49E6B is #5B6194. Grayscale: #9A9A9A. Windows color (decimal): -5988757 or 7052964. OLE color: 7052964.

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

Color convert

RGB 164 158 107 -
CMYK 0 0.04 0.35 0.36
HSL 53.68º 0.24% 0.53% -
HSV(B) 53.68º 0.35% 0.64% -
XYZ 30.19 33.41 18.77 -
YUV 153.98 101.49 135.15 -
System Red Green Blue C M Y K H S L
Decimal 164 158 107 0 0.04 0.35 0.36 53.68 0.24 0.53
Hex A4 9E 6B 0 4 23 24 36 18 35
Octal 244 236 153 0 4 43 44 66 30 65
Binary 10100100 10011110 1101011 0 100 100011 100100 110110 11000 110101

Color Harmonies of #A49E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49E6B

Black with #A49E6B

Text Example


Text Example

White with #A49E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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