Shades of Sante Fe #A46752
Tints of Sante Fe #A46752
RGB
CMYK
RGB Variations
Color information
#A46752 (or 0xA46752) is known color: Sante Fe. HEX triplet: A4, 67 and 52. RGB value is (164,103,82). Sum of RGB (Red+Green+Blue) = 164+103+82=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46752 is #5B98AD. Grayscale: #767676. Windows color (decimal): -6002862 or 5400484. OLE color: 5400484.
HSL color Cylindrical-coordinate representation of color #A46752: hue angle of 15.37º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A46752 is Cyan = 0, Magento = 0.37, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 82 | - |
| CMYK | 0 | 0.37 | 0.5 | 0.36 |
| HSL | 15.37º | 0.33% | 0.48% | - |
| HSV(B) | 15.37º | 0.5% | 0.64% | - |
| XYZ | 21.68 | 18.2 | 10.35 | - |
| YUV | 118.85 | 107.21 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 82 | 0 | 0.37 | 0.5 | 0.36 | 15.37 | 0.33 | 0.48 |
| Hex | A4 | 67 | 52 | 0 | 25 | 32 | 24 | F | 21 | 30 |
| Octal | 244 | 147 | 122 | 0 | 45 | 62 | 44 | 17 | 41 | 60 |
| Binary | 10100100 | 1100111 | 1010010 | 0 | 100101 | 110010 | 100100 | 1111 | 100001 | 110000 |
Color Harmonies of #A46752
Complementary color
Monochromatic Colors of #A46752
Black with #A46752
Text Example
Text Example
White with #A46752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46752; }
p { color: rgb(164,103,82); }
H1.HeaderClassName
{
color: #A46752;
}
.AnyTagClassName
{
color: #A46752;
}
</style>
background-color css
<style>
a { background-color: #A46752; }
a { background-color: rgb(164,103,82); }
div.DivClassName
{
background-color: #A46752;
}
.BgClassName
{
background-color: #A46752;
}
</style>
border-color css
<style>
span { border-color: #A46752; }
span { border-color: rgb(164,103,82); }
td.TdClassName
{
border-color: #A46752;
}
.TagClassName
{
border-color: #A46752;
}
</style>