#A16D50

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

Shades of Sante Fe #A16D50

Tints of Sante Fe #A16D50

Color information

#A16D50 (or 0xA16D50) is unknown color: approx Sante Fe. HEX triplet: A1, 6D and 50. RGB value is (161,109,80). Sum of RGB (Red+Green+Blue) = 161+109+80=350 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D50 is #5E92AF. Grayscale: #797979. Windows color (decimal): -6197936 or 5270945. OLE color: 5270945.

HSL color Cylindrical-coordinate representation of color #A16D50: hue angle of 21.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A16D50 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB16110980-
CMYK00.320.500.37
HSL21.48º33.61%47.25%-
HSV(B)21.48º50.31%63.14%-
XYZ21.6119.0910.14-
YUV121.24104.73156.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46%
GREEN value IS 109 (42.97% from 255) = 31.14%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=46%
G=31.14%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611098000.320.500.3721.4833.6147.25
HexA16D50020322515222f
Octal2411551200406245254257
Binary1010000111011011010000010000011001010010110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D50; }

 p { color: rgb(161,109,80); }

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

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

 a { background-color: rgb(161,109,80); }

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

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

 span { border-color: rgb(161,109,80); }

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