Html Css Color HEX #A49871 Tallow

📋 copy color: '#A49871'

red 164 ◦ green 152 ◦ blue 113

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

Shades of Tallow #A49871

Tints of Tallow #A49871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.34%

R = 38.23%
G = 35.43%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A49871 (or 0xA49871) is known color: Tallow. HEX triplet: A4, 98 and 71. RGB value is (164,152,113). Sum of RGB (Red+Green+Blue) = 164+152+113=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A49871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49871 is #5B678E. Grayscale: #979797. Windows color (decimal): -5990287 or 7444644. OLE color: 7444644.

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

Color convert

RGB 164 152 113 -
CMYK 0 0.07 0.31 0.36
HSL 45.88º 0.22% 0.54% -
HSV(B) 45.88º 0.31% 0.64% -
XYZ 29.52 31.54 20.16 -
YUV 151.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 164 152 113 0 0.07 0.31 0.36 45.88 0.22 0.54
Hex A4 98 71 0 7 1F 24 2E 16 36
Octal 244 230 161 0 7 37 44 56 26 66
Binary 10100100 10011000 1110001 0 111 11111 100100 101110 10110 110110

Color Harmonies of #A49871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49871

Black with #A49871

Text Example


Text Example

White with #A49871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49871; }

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

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

background-color css

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

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

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

border-color css

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

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

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