Shades of Sante Fe #AD734D
Tints of Sante Fe #AD734D
RGB
CMYK
RGB Variations
Color information
#AD734D (or 0xAD734D) is known color: Sante Fe. HEX triplet: AD, 73 and 4D. RGB value is (173,115,77). Sum of RGB (Red+Green+Blue) = 173+115+77=365 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.40% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 173 - color contains mainly: red. Hex color #AD734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD734D is #528CB2. Grayscale: #808080. Windows color (decimal): -5409971 or 5075885. OLE color: 5075885.
HSL color Cylindrical-coordinate representation of color #AD734D: hue angle of 23.75º 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 #AD734D is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 115 | 77 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.32 |
| HSL | 23.75º | 0.38% | 0.49% | - |
| HSV(B) | 23.75º | 0.55% | 0.68% | - |
| XYZ | 24.7 | 21.68 | 9.9 | - |
| YUV | 128.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 77 | 0 | 0.34 | 0.55 | 0.32 | 23.75 | 0.38 | 0.49 |
| Hex | AD | 73 | 4D | 0 | 22 | 37 | 20 | 18 | 26 | 31 |
| Octal | 255 | 163 | 115 | 0 | 42 | 67 | 40 | 30 | 46 | 61 |
| Binary | 10101101 | 1110011 | 1001101 | 0 | 100010 | 110111 | 100000 | 11000 | 100110 | 110001 |
Color Harmonies of #AD734D
Complementary color
Monochromatic Colors of #AD734D
Black with #AD734D
Text Example
Text Example
White with #AD734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD734D; }
p { color: rgb(173,115,77); }
H1.HeaderClassName
{
color: #AD734D;
}
.AnyTagClassName
{
color: #AD734D;
}
</style>
background-color css
<style>
a { background-color: #AD734D; }
a { background-color: rgb(173,115,77); }
div.DivClassName
{
background-color: #AD734D;
}
.BgClassName
{
background-color: #AD734D;
}
</style>
border-color css
<style>
span { border-color: #AD734D; }
span { border-color: rgb(173,115,77); }
td.TdClassName
{
border-color: #AD734D;
}
.TagClassName
{
border-color: #AD734D;
}
</style>