#A46848

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

Shades of Sante Fe #A46848

Tints of Sante Fe #A46848

Color information

#A46848 (or 0xA46848) is unknown color: approx Sante Fe. HEX triplet: A4, 68 and 48. RGB value is (164,104,72). Sum of RGB (Red+Green+Blue) = 164+104+72=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 72 (28.52% from 255 or 21.18% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A46848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46848 is #5B97B7. Grayscale: #767676. Windows color (decimal): -6002616 or 4745380. OLE color: 4745380.

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

Color convert

RGB16410472-
CMYK00.370.560.36
HSL20.87º38.98%46.27%-
HSV(B)20.87º56.1%64.31%-
XYZ21.4318.268.53-
YUV118.29101.88160.6-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 72 (28.52% from 255) = 21.18%
R=48.24%
G=30.59%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641047200.370.560.3620.8738.9846.27
HexA46848025382415272e
Octal2441501100457044254756
Binary1010010011010001001000010010111100010010010101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46848; }

 p { color: rgb(164,104,72); }

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

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

 a { background-color: rgb(164,104,72); }

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

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

 span { border-color: rgb(164,104,72); }

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