#A1634B

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

Shades of Sante Fe #A1634B

Tints of Sante Fe #A1634B

Color information

#A1634B (or 0xA1634B) is unknown color: approx Sante Fe. HEX triplet: A1, 63 and 4B. RGB value is (161,99,75). Sum of RGB (Red+Green+Blue) = 161+99+75=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A1634B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1634B is #5E9CB4. Grayscale: #727272. Windows color (decimal): -6200501 or 4940705. OLE color: 4940705.

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

Color convert

RGB1619975-
CMYK00.390.530.37
HSL16.74º36.44%46.27%-
HSV(B)16.74º53.42%63.14%-
XYZ20.4317.018.86-
YUV114.8105.54160.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=48.06%
G=29.55%
B=22.39%

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
Decimal161997500.390.530.3716.7436.4446.27
HexA1634B027352511242e
Octal2411431130476545214456
Binary1010000111000111001011010011111010110010110001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1634B; }

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

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

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

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

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

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

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

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