Html Css Color HEX #A19671 Tallow

📋 copy color: '#A19671'

red 161 ◦ green 150 ◦ blue 113

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

Shades of Tallow #A19671

Tints of Tallow #A19671

RGB

 RED value IS 161 (63.28% from 255) = 37.97%

 GREEN value IS 150 (58.98% from 255) = 35.38%

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

R = 37.97%
G = 35.38%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A19671 (or 0xA19671) is known color: Tallow. HEX triplet: A1, 96 and 71. RGB value is (161,150,113). Sum of RGB (Red+Green+Blue) = 161+150+113=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 161 - color contains mainly: red. Hex color #A19671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19671 is #5E698E. Grayscale: #959595. Windows color (decimal): -6187407 or 7444129. OLE color: 7444129.

HSL color Cylindrical-coordinate representation of color #A19671: hue angle of 46.25º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A19671 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 113 -
CMYK 0 0.07 0.30 0.37
HSL 46.25º 0.2% 0.54% -
HSV(B) 46.25º 0.3% 0.63% -
XYZ 28.58 30.58 20.02 -
YUV 149.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 161 150 113 0 0.07 0.30 0.37 46.25 0.2 0.54
Hex A1 96 71 0 7 1E 25 2E 14 36
Octal 241 226 161 0 7 36 45 56 24 66
Binary 10100001 10010110 1110001 0 111 11110 100101 101110 10100 110110

Color Harmonies of #A19671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19671

Black with #A19671

Text Example


Text Example

White with #A19671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19671; }

 p { color: rgb(161,150,113); }

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

background-color css

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

 a { background-color: rgb(161,150,113); }

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

border-color css

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

 span { border-color: rgb(161,150,113); }

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