#A1967B

Color #A1967B Tallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tallow #A1967B

Tints of Tallow #A1967B

Color information

#A1967B (or 0xA1967B) is unknown color: approx Tallow. HEX triplet: A1, 96 and 7B. RGB value is (161,150,123). Sum of RGB (Red+Green+Blue) = 161+150+123=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 161 - color contains mainly: red. Hex color #A1967B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1967B is #5E6984. Grayscale: #969696. Windows color (decimal): -6187397 or 8099489. OLE color: 8099489.

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

Color convert

RGB161150123-
CMYK00.070.240.37
HSL42.63º16.81%55.69%-
HSV(B)42.63º23.6%63.14%-
XYZ29.1830.8223.15-
YUV150.21112.64135.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 150 (58.98% from 255) = 34.56%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=37.10%
G=34.56%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115012300.070.240.3742.6316.8155.69
HexA1967B0718252b1138
Octal241226173073045532170
Binary1010000110010110111101101111100010010110101110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1967B; }

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

 H1.HeaderClassName
 {
   color: #A1967B;
 }
 .AnyTagClassName
 {
   color: #A1967B;
 }
</style>
background-color css

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

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

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

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

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

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