Shades of Sante Fe #A67451
Tints of Sante Fe #A67451
RGB
CMYK
RGB Variations
Color information
#A67451 (or 0xA67451) is known color: Sante Fe. HEX triplet: A6, 74 and 51. RGB value is (166,116,81). Sum of RGB (Red+Green+Blue) = 166+116+81=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A67451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67451 is #598BAE. Grayscale: #7F7F7F. Windows color (decimal): -5868463 or 5338278. OLE color: 5338278.
HSL color Cylindrical-coordinate representation of color #A67451: hue angle of 24.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67451 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 116 | 81 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.35 |
| HSL | 24.71º | 0.34% | 0.48% | - |
| HSV(B) | 24.71º | 0.51% | 0.65% | - |
| XYZ | 23.46 | 21.19 | 10.64 | - |
| YUV | 126.96 | 102.07 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 116 | 81 | 0 | 0.30 | 0.51 | 0.35 | 24.71 | 0.34 | 0.48 |
| Hex | A6 | 74 | 51 | 0 | 1E | 33 | 23 | 19 | 22 | 30 |
| Octal | 246 | 164 | 121 | 0 | 36 | 63 | 43 | 31 | 42 | 60 |
| Binary | 10100110 | 1110100 | 1010001 | 0 | 11110 | 110011 | 100011 | 11001 | 100010 | 110000 |
Color Harmonies of #A67451
Complementary color
Monochromatic Colors of #A67451
Black with #A67451
Text Example
Text Example
White with #A67451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67451; }
p { color: rgb(166,116,81); }
H1.HeaderClassName
{
color: #A67451;
}
.AnyTagClassName
{
color: #A67451;
}
</style>
background-color css
<style>
a { background-color: #A67451; }
a { background-color: rgb(166,116,81); }
div.DivClassName
{
background-color: #A67451;
}
.BgClassName
{
background-color: #A67451;
}
</style>
border-color css
<style>
span { border-color: #A67451; }
span { border-color: rgb(166,116,81); }
td.TdClassName
{
border-color: #A67451;
}
.TagClassName
{
border-color: #A67451;
}
</style>