Shades of Sante Fe #AD734E
Tints of Sante Fe #AD734E
RGB
CMYK
RGB Variations
Color information
#AD734E (or 0xAD734E) is known color: Sante Fe. HEX triplet: AD, 73 and 4E. RGB value is (173,115,78). Sum of RGB (Red+Green+Blue) = 173+115+78=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD734E is #528CB1. Grayscale: #808080. Windows color (decimal): -5409970 or 5141421. OLE color: 5141421.
HSL color Cylindrical-coordinate representation of color #AD734E: hue angle of 23.37º 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 #AD734E is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 78 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.32 |
| HSL | 23.37º | 0.38% | 0.49% | - |
| HSV(B) | 23.37º | 0.55% | 0.68% | - |
| XYZ | 24.74 | 21.7 | 10.09 | - |
| YUV | 128.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 78 | 0 | 0.34 | 0.55 | 0.32 | 23.37 | 0.38 | 0.49 |
| Hex | AD | 73 | 4E | 0 | 22 | 37 | 20 | 17 | 26 | 31 |
| Octal | 255 | 163 | 116 | 0 | 42 | 67 | 40 | 27 | 46 | 61 |
| Binary | 10101101 | 1110011 | 1001110 | 0 | 100010 | 110111 | 100000 | 10111 | 100110 | 110001 |
Color Harmonies of #AD734E
Complementary color
Monochromatic Colors of #AD734E
Black with #AD734E
Text Example
Text Example
White with #AD734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD734E; }
p { color: rgb(173,115,78); }
H1.HeaderClassName
{
color: #AD734E;
}
.AnyTagClassName
{
color: #AD734E;
}
</style>
background-color css
<style>
a { background-color: #AD734E; }
a { background-color: rgb(173,115,78); }
div.DivClassName
{
background-color: #AD734E;
}
.BgClassName
{
background-color: #AD734E;
}
</style>
border-color css
<style>
span { border-color: #AD734E; }
span { border-color: rgb(173,115,78); }
td.TdClassName
{
border-color: #AD734E;
}
.TagClassName
{
border-color: #AD734E;
}
</style>