Shades of Sante Fe #AD694F
Tints of Sante Fe #AD694F
RGB
CMYK
RGB Variations
Color information
#AD694F (or 0xAD694F) is known color: Sante Fe. HEX triplet: AD, 69 and 4F. RGB value is (173,105,79). Sum of RGB (Red+Green+Blue) = 173+105+79=357 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.46% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD694F is #5296B0. Grayscale: #7A7A7A. Windows color (decimal): -5412529 or 5204397. OLE color: 5204397.
HSL color Cylindrical-coordinate representation of color #AD694F: hue angle of 16.6º 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 #AD694F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 79 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.32 |
| HSL | 16.6º | 0.37% | 0.49% | - |
| HSV(B) | 16.6º | 0.54% | 0.68% | - |
| XYZ | 23.7 | 19.55 | 9.92 | - |
| YUV | 122.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 79 | 0 | 0.39 | 0.54 | 0.32 | 16.6 | 0.37 | 0.49 |
| Hex | AD | 69 | 4F | 0 | 27 | 36 | 20 | 11 | 25 | 31 |
| Octal | 255 | 151 | 117 | 0 | 47 | 66 | 40 | 21 | 45 | 61 |
| Binary | 10101101 | 1101001 | 1001111 | 0 | 100111 | 110110 | 100000 | 10001 | 100101 | 110001 |
Color Harmonies of #AD694F
Complementary color
Monochromatic Colors of #AD694F
Black with #AD694F
Text Example
Text Example
White with #AD694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD694F; }
p { color: rgb(173,105,79); }
H1.HeaderClassName
{
color: #AD694F;
}
.AnyTagClassName
{
color: #AD694F;
}
</style>
background-color css
<style>
a { background-color: #AD694F; }
a { background-color: rgb(173,105,79); }
div.DivClassName
{
background-color: #AD694F;
}
.BgClassName
{
background-color: #AD694F;
}
</style>
border-color css
<style>
span { border-color: #AD694F; }
span { border-color: rgb(173,105,79); }
td.TdClassName
{
border-color: #AD694F;
}
.TagClassName
{
border-color: #AD694F;
}
</style>