Shades of Sante Fe #AD694D
Tints of Sante Fe #AD694D
RGB
CMYK
RGB Variations
Color information
#AD694D (or 0xAD694D) is known color: Sante Fe. HEX triplet: AD, 69 and 4D. RGB value is (173,105,77). Sum of RGB (Red+Green+Blue) = 173+105+77=355 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.73% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD694D is #5296B2. Grayscale: #7A7A7A. Windows color (decimal): -5412531 or 5073325. OLE color: 5073325.
HSL color Cylindrical-coordinate representation of color #AD694D: hue angle of 17.5º 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 #AD694D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 77 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.32 |
| HSL | 17.5º | 0.38% | 0.49% | - |
| HSV(B) | 17.5º | 0.55% | 0.68% | - |
| XYZ | 23.62 | 19.52 | 9.54 | - |
| YUV | 122.14 | 102.53 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 77 | 0 | 0.39 | 0.55 | 0.32 | 17.5 | 0.38 | 0.49 |
| Hex | AD | 69 | 4D | 0 | 27 | 37 | 20 | 12 | 26 | 31 |
| Octal | 255 | 151 | 115 | 0 | 47 | 67 | 40 | 22 | 46 | 61 |
| Binary | 10101101 | 1101001 | 1001101 | 0 | 100111 | 110111 | 100000 | 10010 | 100110 | 110001 |
Color Harmonies of #AD694D
Complementary color
Monochromatic Colors of #AD694D
Black with #AD694D
Text Example
Text Example
White with #AD694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD694D; }
p { color: rgb(173,105,77); }
H1.HeaderClassName
{
color: #AD694D;
}
.AnyTagClassName
{
color: #AD694D;
}
</style>
background-color css
<style>
a { background-color: #AD694D; }
a { background-color: rgb(173,105,77); }
div.DivClassName
{
background-color: #AD694D;
}
.BgClassName
{
background-color: #AD694D;
}
</style>
border-color css
<style>
span { border-color: #AD694D; }
span { border-color: rgb(173,105,77); }
td.TdClassName
{
border-color: #AD694D;
}
.TagClassName
{
border-color: #AD694D;
}
</style>