Shades of Sante Fe #AD6B58
Tints of Sante Fe #AD6B58
RGB
CMYK
RGB Variations
Color information
#AD6B58 (or 0xAD6B58) is known color: Sante Fe. HEX triplet: AD, 6B and 58. RGB value is (173,107,88). Sum of RGB (Red+Green+Blue) = 173+107+88=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B58 is #5294A7. Grayscale: #7C7C7C. Windows color (decimal): -5412008 or 5794733. OLE color: 5794733.
HSL color Cylindrical-coordinate representation of color #AD6B58: hue angle of 13.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD6B58 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 88 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.32 |
| HSL | 13.41º | 0.34% | 0.51% | - |
| HSV(B) | 13.41º | 0.49% | 0.68% | - |
| XYZ | 24.25 | 20.1 | 11.83 | - |
| YUV | 124.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 88 | 0 | 0.38 | 0.49 | 0.32 | 13.41 | 0.34 | 0.51 |
| Hex | AD | 6B | 58 | 0 | 26 | 31 | 20 | D | 22 | 33 |
| Octal | 255 | 153 | 130 | 0 | 46 | 61 | 40 | 15 | 42 | 63 |
| Binary | 10101101 | 1101011 | 1011000 | 0 | 100110 | 110001 | 100000 | 1101 | 100010 | 110011 |
Color Harmonies of #AD6B58
Complementary color
Monochromatic Colors of #AD6B58
Black with #AD6B58
Text Example
Text Example
White with #AD6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B58; }
p { color: rgb(173,107,88); }
H1.HeaderClassName
{
color: #AD6B58;
}
.AnyTagClassName
{
color: #AD6B58;
}
</style>
background-color css
<style>
a { background-color: #AD6B58; }
a { background-color: rgb(173,107,88); }
div.DivClassName
{
background-color: #AD6B58;
}
.BgClassName
{
background-color: #AD6B58;
}
</style>
border-color css
<style>
span { border-color: #AD6B58; }
span { border-color: rgb(173,107,88); }
td.TdClassName
{
border-color: #AD6B58;
}
.TagClassName
{
border-color: #AD6B58;
}
</style>