#A46749

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

Shades of Sante Fe #A46749

Tints of Sante Fe #A46749

Color information

#A46749 (or 0xA46749) is unknown color: approx Sante Fe. HEX triplet: A4, 67 and 49. RGB value is (164,103,73). Sum of RGB (Red+Green+Blue) = 164+103+73=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46749 is #5B98B6. Grayscale: #767676. Windows color (decimal): -6002871 or 4810660. OLE color: 4810660.

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

Color convert

RGB16410373-
CMYK00.370.550.36
HSL19.78º38.4%46.47%-
HSV(B)19.78º55.49%64.31%-
XYZ21.3618.078.67-
YUV117.82102.71160.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=48.24%
G=30.29%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641037300.370.550.3619.7838.446.47
HexA46749025372414262e
Octal2441471110456744244656
Binary1010010011001111001001010010111011110010010100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46749; }

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

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

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

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

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

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

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

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