#A46D54

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

Shades of Sante Fe #A46D54

Tints of Sante Fe #A46D54

Color information

#A46D54 (or 0xA46D54) is unknown color: approx Sante Fe. HEX triplet: A4, 6D and 54. RGB value is (164,109,84). Sum of RGB (Red+Green+Blue) = 164+109+84=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A46D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46D54 is #5B92AB. Grayscale: #7A7A7A. Windows color (decimal): -6001324 or 5533092. OLE color: 5533092.

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

Color convert

RGB16410984-
CMYK00.340.490.36
HSL18.75º32.26%48.63%-
HSV(B)18.75º48.78%64.31%-
XYZ22.3819.4710.97-
YUV122.6106.22157.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.94%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=45.94%
G=30.53%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641098400.340.490.3618.7532.2648.63
HexA46D540223124132031
Octal2441551240426144234061
Binary1010010011011011010100010001011000110010010011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46D54; }

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

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

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

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

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

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

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

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