#A46849

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

Shades of Sante Fe #A46849

Tints of Sante Fe #A46849

Color information

#A46849 (or 0xA46849) is unknown color: approx Sante Fe. HEX triplet: A4, 68 and 49. RGB value is (164,104,73). Sum of RGB (Red+Green+Blue) = 164+104+73=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A46849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46849 is #5B97B6. Grayscale: #767676. Windows color (decimal): -6002615 or 4810916. OLE color: 4810916.

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

Color convert

RGB16410473-
CMYK00.370.550.36
HSL20.44º38.4%46.47%-
HSV(B)20.44º55.49%64.31%-
XYZ21.4618.278.7-
YUV118.41102.38160.52-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 73 (28.91% from 255) = 21.41%
R=48.09%
G=30.50%
B=21.41%

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
Decimal1641047300.370.550.3620.4438.446.47
HexA46849025372414262e
Octal2441501110456744244656
Binary1010010011010001001001010010111011110010010100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46849; }

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

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

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

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

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

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

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

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