Shades of Sante Fe #AD694E
Tints of Sante Fe #AD694E
RGB
CMYK
RGB Variations
Color information
#AD694E (or 0xAD694E) is known color: Sante Fe. HEX triplet: AD, 69 and 4E. RGB value is (173,105,78). Sum of RGB (Red+Green+Blue) = 173+105+78=356 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.60% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD694E is #5296B1. Grayscale: #7A7A7A. Windows color (decimal): -5412530 or 5138861. OLE color: 5138861.
HSL color Cylindrical-coordinate representation of color #AD694E: hue angle of 17.05º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD694E is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 78 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.32 |
| HSL | 17.05º | 0.38% | 0.49% | - |
| HSV(B) | 17.05º | 0.55% | 0.68% | - |
| XYZ | 23.66 | 19.54 | 9.73 | - |
| YUV | 122.25 | 103.03 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 78 | 0 | 0.39 | 0.55 | 0.32 | 17.05 | 0.38 | 0.49 |
| Hex | AD | 69 | 4E | 0 | 27 | 37 | 20 | 11 | 26 | 31 |
| Octal | 255 | 151 | 116 | 0 | 47 | 67 | 40 | 21 | 46 | 61 |
| Binary | 10101101 | 1101001 | 1001110 | 0 | 100111 | 110111 | 100000 | 10001 | 100110 | 110001 |
Color Harmonies of #AD694E
Complementary color
Monochromatic Colors of #AD694E
Black with #AD694E
Text Example
Text Example
White with #AD694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD694E; }
p { color: rgb(173,105,78); }
H1.HeaderClassName
{
color: #AD694E;
}
.AnyTagClassName
{
color: #AD694E;
}
</style>
background-color css
<style>
a { background-color: #AD694E; }
a { background-color: rgb(173,105,78); }
div.DivClassName
{
background-color: #AD694E;
}
.BgClassName
{
background-color: #AD694E;
}
</style>
border-color css
<style>
span { border-color: #AD694E; }
span { border-color: rgb(173,105,78); }
td.TdClassName
{
border-color: #AD694E;
}
.TagClassName
{
border-color: #AD694E;
}
</style>