Html Css Color HEX #A19679 Tallow

📋 copy color: '#A19679'

red 161 ◦ green 150 ◦ blue 121

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

Shades of Tallow #A19679

Tints of Tallow #A19679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.01%

R = 37.27%
G = 34.72%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A19679 (or 0xA19679) is known color: Tallow. HEX triplet: A1, 96 and 79. RGB value is (161,150,121). Sum of RGB (Red+Green+Blue) = 161+150+121=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A19679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19679 is #5E6986. Grayscale: #969696. Windows color (decimal): -6187399 or 7968417. OLE color: 7968417.

HSL color Cylindrical-coordinate representation of color #A19679: hue angle of 43.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19679 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 150 121 -
CMYK 0 0.07 0.25 0.37
HSL 43.5º 0.18% 0.55% -
HSV(B) 43.5º 0.25% 0.63% -
XYZ 29.06 30.77 22.5 -
YUV 149.98 111.64 135.86 -
System Red Green Blue C M Y K H S L
Decimal 161 150 121 0 0.07 0.25 0.37 43.5 0.18 0.55
Hex A1 96 79 0 7 19 25 2C 12 37
Octal 241 226 171 0 7 31 45 54 22 67
Binary 10100001 10010110 1111001 0 111 11001 100101 101100 10010 110111

Color Harmonies of #A19679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19679

Black with #A19679

Text Example


Text Example

White with #A19679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19679; }

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

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

background-color css

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

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

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

border-color css

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

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

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