#A46C49

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

Shades of Sante Fe #A46C49

Tints of Sante Fe #A46C49

Color information

#A46C49 (or 0xA46C49) is unknown color: approx Sante Fe. HEX triplet: A4, 6C and 49. RGB value is (164,108,73). Sum of RGB (Red+Green+Blue) = 164+108+73=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C49 is #5B93B6. Grayscale: #787878. Windows color (decimal): -6001591 or 4811940. OLE color: 4811940.

HSL color Cylindrical-coordinate representation of color #A46C49: hue angle of 23.08º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46C49 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16410873-
CMYK00.340.550.36
HSL23.08º38.4%46.47%-
HSV(B)23.08º55.49%64.31%-
XYZ21.8819.18.84-
YUV120.75101.05158.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 108 (42.58% from 255) = 31.30%
BLUE value IS 73 (28.91% from 255) = 21.16%
R=47.54%
G=31.30%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641087300.340.550.3623.0838.446.47
HexA46C49022372417262e
Octal2441541110426744274656
Binary1010010011011001001001010001011011110010010111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46C49; }

 p { color: rgb(164,108,73); }

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

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

 a { background-color: rgb(164,108,73); }

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

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

 span { border-color: rgb(164,108,73); }

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