Html Css Color HEX #A49877 Tallow

📋 copy color: '#A49877'

red 164 ◦ green 152 ◦ blue 119

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

Shades of Tallow #A49877

Tints of Tallow #A49877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 37.7%
G = 34.94%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A49877 (or 0xA49877) is known color: Tallow. HEX triplet: A4, 98 and 77. RGB value is (164,152,119). Sum of RGB (Red+Green+Blue) = 164+152+119=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A49877 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49877 is #5B6788. Grayscale: #979797. Windows color (decimal): -5990281 or 7837860. OLE color: 7837860.

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

Color convert

RGB 164 152 119 -
CMYK 0 0.07 0.27 0.36
HSL 44º 0.2% 0.55% -
HSV(B) 44º 0.27% 0.64% -
XYZ 29.87 31.68 21.99 -
YUV 151.83 109.48 136.68 -
System Red Green Blue C M Y K H S L
Decimal 164 152 119 0 0.07 0.27 0.36 44 0.2 0.55
Hex A4 98 77 0 7 1B 24 2C 14 37
Octal 244 230 167 0 7 33 44 54 24 67
Binary 10100100 10011000 1110111 0 111 11011 100100 101100 10100 110111

Color Harmonies of #A49877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49877

Black with #A49877

Text Example


Text Example

White with #A49877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49877; }

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

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

background-color css

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

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

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

border-color css

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

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

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