Html Css Color HEX #A49865 Tallow

📋 copy color: '#A49865'

red 164 ◦ green 152 ◦ blue 101

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

Shades of Tallow #A49865

Tints of Tallow #A49865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.45%

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

R = 39.33%
G = 36.45%
B = 24.22%

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

#A49865 (or 0xA49865) is known color: Tallow. HEX triplet: A4, 98 and 65. RGB value is (164,152,101). Sum of RGB (Red+Green+Blue) = 164+152+101=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 164 - color contains mainly: red. Hex color #A49865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49865 is #5B679A. Grayscale: #959595. Windows color (decimal): -5990299 or 6658212. OLE color: 6658212.

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

Color convert

RGB 164 152 101 -
CMYK 0 0.07 0.38 0.36
HSL 48.57º 0.26% 0.52% -
HSV(B) 48.57º 0.38% 0.64% -
XYZ 28.89 31.29 16.83 -
YUV 149.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 164 152 101 0 0.07 0.38 0.36 48.57 0.26 0.52
Hex A4 98 65 0 7 26 24 31 1A 34
Octal 244 230 145 0 7 46 44 61 32 64
Binary 10100100 10011000 1100101 0 111 100110 100100 110001 11010 110100

Color Harmonies of #A49865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49865

Black with #A49865

Text Example


Text Example

White with #A49865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49865; }

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

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

background-color css

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

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

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

border-color css

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

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

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