#A1684A

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

Shades of Sante Fe #A1684A

Tints of Sante Fe #A1684A

Color information

#A1684A (or 0xA1684A) is unknown color: approx Sante Fe. HEX triplet: A1, 68 and 4A. RGB value is (161,104,74). Sum of RGB (Red+Green+Blue) = 161+104+74=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A1684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1684A is #5E97B5. Grayscale: #757575. Windows color (decimal): -6199222 or 4876449. OLE color: 4876449.

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

Color convert

RGB16110474-
CMYK00.350.540.37
HSL20.69º37.02%46.08%-
HSV(B)20.69º54.04%63.14%-
XYZ20.8817.978.85-
YUV117.62103.38158.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 104 (41.02% from 255) = 30.68%
BLUE value IS 74 (29.30% from 255) = 21.83%
R=47.49%
G=30.68%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611047400.350.540.3720.6937.0246.08
HexA1684A023362515252e
Octal2411501120436645254556
Binary1010000111010001001010010001111011010010110101100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1684A; }

 p { color: rgb(161,104,74); }

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

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

 a { background-color: rgb(161,104,74); }

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

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

 span { border-color: rgb(161,104,74); }

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