#A1654C

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

Shades of Sante Fe #A1654C

Tints of Sante Fe #A1654C

Color information

#A1654C (or 0xA1654C) is unknown color: approx Sante Fe. HEX triplet: A1, 65 and 4C. RGB value is (161,101,76). Sum of RGB (Red+Green+Blue) = 161+101+76=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A1654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1654C is #5E9AB3. Grayscale: #747474. Windows color (decimal): -6199988 or 5006753. OLE color: 5006753.

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

Color convert

RGB16110176-
CMYK00.370.530.37
HSL17.65º35.86%46.47%-
HSV(B)17.65º52.8%63.14%-
XYZ20.6617.419.11-
YUV116.09105.38160.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 101 (39.84% from 255) = 29.88%
BLUE value IS 76 (30.08% from 255) = 22.49%
R=47.63%
G=29.88%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611017600.370.530.3717.6535.8646.47
HexA1654C025352512242e
Octal2411451140456545224456
Binary1010000111001011001100010010111010110010110010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1654C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1654C; }

 p { color: rgb(161,101,76); }

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

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

 a { background-color: rgb(161,101,76); }

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

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

 span { border-color: rgb(161,101,76); }

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