#A46A54

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

Shades of Sante Fe #A46A54

Tints of Sante Fe #A46A54

Color information

#A46A54 (or 0xA46A54) is unknown color: approx Sante Fe. HEX triplet: A4, 6A and 54. RGB value is (164,106,84). Sum of RGB (Red+Green+Blue) = 164+106+84=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A46A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46A54 is #5B95AB. Grayscale: #787878. Windows color (decimal): -6002092 or 5532324. OLE color: 5532324.

HSL color Cylindrical-coordinate representation of color #A46A54: hue angle of 16.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46A54 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16410684-
CMYK00.350.490.36
HSL16.5º32.26%48.63%-
HSV(B)16.5º48.78%64.31%-
XYZ22.0618.8410.86-
YUV120.83107.22158.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 84 (33.20% from 255) = 23.73%
R=46.33%
G=29.94%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641068400.350.490.3616.532.2648.63
HexA46A540233124102031
Octal2441521240436144204061
Binary1010010011010101010100010001111000110010010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46A54; }

 p { color: rgb(164,106,84); }

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

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

 a { background-color: rgb(164,106,84); }

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

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

 span { border-color: rgb(164,106,84); }

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