Html Css Color HEX #A19676 Tallow

📋 copy color: '#A19676'

red 161 ◦ green 150 ◦ blue 118

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

Shades of Tallow #A19676

Tints of Tallow #A19676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.51%

R = 37.53%
G = 34.97%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A19676 (or 0xA19676) is known color: Tallow. HEX triplet: A1, 96 and 76. RGB value is (161,150,118). Sum of RGB (Red+Green+Blue) = 161+150+118=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A19676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19676 is #5E6989. Grayscale: #959595. Windows color (decimal): -6187402 or 7771809. OLE color: 7771809.

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

Color convert

RGB 161 150 118 -
CMYK 0 0.07 0.27 0.37
HSL 44.65º 0.19% 0.55% -
HSV(B) 44.65º 0.27% 0.63% -
XYZ 28.87 30.7 21.54 -
YUV 149.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 161 150 118 0 0.07 0.27 0.37 44.65 0.19 0.55
Hex A1 96 76 0 7 1B 25 2D 13 37
Octal 241 226 166 0 7 33 45 55 23 67
Binary 10100001 10010110 1110110 0 111 11011 100101 101101 10011 110111

Color Harmonies of #A19676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19676

Black with #A19676

Text Example


Text Example

White with #A19676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19676; }

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

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

background-color css

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

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

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

border-color css

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

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

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