#A1634C

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

Shades of Sante Fe #A1634C

Tints of Sante Fe #A1634C

Color information

#A1634C (or 0xA1634C) is unknown color: approx Sante Fe. HEX triplet: A1, 63 and 4C. RGB value is (161,99,76). Sum of RGB (Red+Green+Blue) = 161+99+76=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A1634C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1634C is #5E9CB3. Grayscale: #737373. Windows color (decimal): -6200500 or 5006241. OLE color: 5006241.

HSL color Cylindrical-coordinate representation of color #A1634C: hue angle of 16.24º 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 #A1634C is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB1619976-
CMYK00.390.530.37
HSL16.24º35.86%46.47%-
HSV(B)16.24º52.8%63.14%-
XYZ20.4617.029.04-
YUV114.92106.04160.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 99 (39.06% from 255) = 29.46%
BLUE value IS 76 (30.08% from 255) = 22.62%
R=47.92%
G=29.46%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161997600.390.530.3716.2435.8646.47
HexA1634C027352510242e
Octal2411431140476545204456
Binary1010000111000111001100010011111010110010110000100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1634C; }

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

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

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

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

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

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

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

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