Shades of Sante Fe #AD674F
Tints of Sante Fe #AD674F
RGB
CMYK
RGB Variations
Color information
#AD674F (or 0xAD674F) is known color: Sante Fe. HEX triplet: AD, 67 and 4F. RGB value is (173,103,79). Sum of RGB (Red+Green+Blue) = 173+103+79=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD674F is #5298B0. Grayscale: #797979. Windows color (decimal): -5413041 or 5203885. OLE color: 5203885.
HSL color Cylindrical-coordinate representation of color #AD674F: hue angle of 15.32º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD674F is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 79 | - |
| CMYK | 0 | 0.40 | 0.54 | 0.32 |
| HSL | 15.32º | 0.37% | 0.49% | - |
| HSV(B) | 15.32º | 0.54% | 0.68% | - |
| XYZ | 23.5 | 19.15 | 9.85 | - |
| YUV | 121.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 79 | 0 | 0.40 | 0.54 | 0.32 | 15.32 | 0.37 | 0.49 |
| Hex | AD | 67 | 4F | 0 | 28 | 36 | 20 | F | 25 | 31 |
| Octal | 255 | 147 | 117 | 0 | 50 | 66 | 40 | 17 | 45 | 61 |
| Binary | 10101101 | 1100111 | 1001111 | 0 | 101000 | 110110 | 100000 | 1111 | 100101 | 110001 |
Color Harmonies of #AD674F
Complementary color
Monochromatic Colors of #AD674F
Black with #AD674F
Text Example
Text Example
White with #AD674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD674F; }
p { color: rgb(173,103,79); }
H1.HeaderClassName
{
color: #AD674F;
}
.AnyTagClassName
{
color: #AD674F;
}
</style>
background-color css
<style>
a { background-color: #AD674F; }
a { background-color: rgb(173,103,79); }
div.DivClassName
{
background-color: #AD674F;
}
.BgClassName
{
background-color: #AD674F;
}
</style>
border-color css
<style>
span { border-color: #AD674F; }
span { border-color: rgb(173,103,79); }
td.TdClassName
{
border-color: #AD674F;
}
.TagClassName
{
border-color: #AD674F;
}
</style>