Shades of Sante Fe #AD745A
Tints of Sante Fe #AD745A
RGB
CMYK
RGB Variations
Color information
#AD745A (or 0xAD745A) is known color: Sante Fe. HEX triplet: AD, 74 and 5A. RGB value is (173,116,90). Sum of RGB (Red+Green+Blue) = 173+116+90=379 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.65% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 173 - color contains mainly: red. Hex color #AD745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD745A is #528BA5. Grayscale: #828282. Windows color (decimal): -5409702 or 5928109. OLE color: 5928109.
HSL color Cylindrical-coordinate representation of color #AD745A: hue angle of 18.8º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD745A is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 116 | 90 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.32 |
| HSL | 18.8º | 0.34% | 0.52% | - |
| HSV(B) | 18.8º | 0.48% | 0.68% | - |
| XYZ | 25.32 | 22.11 | 12.61 | - |
| YUV | 130.08 | 105.38 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 116 | 90 | 0 | 0.33 | 0.48 | 0.32 | 18.8 | 0.34 | 0.52 |
| Hex | AD | 74 | 5A | 0 | 21 | 30 | 20 | 13 | 22 | 34 |
| Octal | 255 | 164 | 132 | 0 | 41 | 60 | 40 | 23 | 42 | 64 |
| Binary | 10101101 | 1110100 | 1011010 | 0 | 100001 | 110000 | 100000 | 10011 | 100010 | 110100 |
Color Harmonies of #AD745A
Complementary color
Monochromatic Colors of #AD745A
Black with #AD745A
Text Example
Text Example
White with #AD745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD745A; }
p { color: rgb(173,116,90); }
H1.HeaderClassName
{
color: #AD745A;
}
.AnyTagClassName
{
color: #AD745A;
}
</style>
background-color css
<style>
a { background-color: #AD745A; }
a { background-color: rgb(173,116,90); }
div.DivClassName
{
background-color: #AD745A;
}
.BgClassName
{
background-color: #AD745A;
}
</style>
border-color css
<style>
span { border-color: #AD745A; }
span { border-color: rgb(173,116,90); }
td.TdClassName
{
border-color: #AD745A;
}
.TagClassName
{
border-color: #AD745A;
}
</style>