#A1684E

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

Shades of Sante Fe #A1684E

Tints of Sante Fe #A1684E

Color information

#A1684E (or 0xA1684E) is unknown color: approx Sante Fe. HEX triplet: A1, 68 and 4E. RGB value is (161,104,78). Sum of RGB (Red+Green+Blue) = 161+104+78=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1684E is #5E97B1. Grayscale: #767676. Windows color (decimal): -6199218 or 5138593. OLE color: 5138593.

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

Color convert

RGB16110478-
CMYK00.350.520.37
HSL18.8º34.73%46.86%-
HSV(B)18.8º51.55%63.14%-
XYZ21.0218.039.58-
YUV118.08105.38158.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=46.94%
G=30.32%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611047800.350.520.3718.834.7346.86
HexA1684E023342513232f
Octal2411501160436445234357
Binary1010000111010001001110010001111010010010110011100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1684E; }

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

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

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

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

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

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

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

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