#A16D54

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

Shades of Sante Fe #A16D54

Tints of Sante Fe #A16D54

Color information

#A16D54 (or 0xA16D54) is unknown color: approx Sante Fe. HEX triplet: A1, 6D and 54. RGB value is (161,109,84). Sum of RGB (Red+Green+Blue) = 161+109+84=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A16D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16D54 is #5E92AB. Grayscale: #797979. Windows color (decimal): -6197932 or 5533089. OLE color: 5533089.

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

Color convert

RGB16110984-
CMYK00.320.480.37
HSL19.48º31.43%48.04%-
HSV(B)19.48º47.83%63.14%-
XYZ21.7719.1510.94-
YUV121.7106.73156.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 109 (42.97% from 255) = 30.79%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=45.48%
G=30.79%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611098400.320.480.3719.4831.4348.04
HexA16D540203025131f30
Octal2411551240406045233760
Binary101000011101101101010001000001100001001011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16D54; }

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

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

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

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

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

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

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

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