Html Css Color HEX #A49965 Tallow

📋 copy color: '#A49965'

red 164 ◦ green 153 ◦ blue 101

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

Shades of Tallow #A49965

Tints of Tallow #A49965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.6%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 39.23%
G = 36.6%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A49965 (or 0xA49965) is known color: Tallow. HEX triplet: A4, 99 and 65. RGB value is (164,153,101). Sum of RGB (Red+Green+Blue) = 164+153+101=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 164 - color contains mainly: red. Hex color #A49965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49965 is #5B669A. Grayscale: #969696. Windows color (decimal): -5990043 or 6658468. OLE color: 6658468.

HSL color Cylindrical-coordinate representation of color #A49965: hue angle of 49.52º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A49965 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 101 -
CMYK 0 0.07 0.38 0.36
HSL 49.52º 0.26% 0.52% -
HSV(B) 49.52º 0.38% 0.64% -
XYZ 29.05 31.61 16.88 -
YUV 150.36 100.14 137.73 -
System Red Green Blue C M Y K H S L
Decimal 164 153 101 0 0.07 0.38 0.36 49.52 0.26 0.52
Hex A4 99 65 0 7 26 24 32 1A 34
Octal 244 231 145 0 7 46 44 62 32 64
Binary 10100100 10011001 1100101 0 111 100110 100100 110010 11010 110100

Color Harmonies of #A49965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49965

Black with #A49965

Text Example


Text Example

White with #A49965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49965; }

 p { color: rgb(164,153,101); }

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

background-color css

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

 a { background-color: rgb(164,153,101); }

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

border-color css

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

 span { border-color: rgb(164,153,101); }

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