Shades of Sante Fe #AD6B50
Tints of Sante Fe #AD6B50
RGB
CMYK
RGB Variations
Color information
#AD6B50 (or 0xAD6B50) is known color: Sante Fe. HEX triplet: AD, 6B and 50. RGB value is (173,107,80). Sum of RGB (Red+Green+Blue) = 173+107+80=360 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.06% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B50 is #5294AF. Grayscale: #7B7B7B. Windows color (decimal): -5412016 or 5270445. OLE color: 5270445.
HSL color Cylindrical-coordinate representation of color #AD6B50: hue angle of 17.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD6B50 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 80 | - |
| CMYK | 0 | 0.38 | 0.54 | 0.32 |
| HSL | 17.42º | 0.37% | 0.5% | - |
| HSV(B) | 17.42º | 0.54% | 0.68% | - |
| XYZ | 23.94 | 19.98 | 10.18 | - |
| YUV | 123.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 80 | 0 | 0.38 | 0.54 | 0.32 | 17.42 | 0.37 | 0.5 |
| Hex | AD | 6B | 50 | 0 | 26 | 36 | 20 | 11 | 25 | 32 |
| Octal | 255 | 153 | 120 | 0 | 46 | 66 | 40 | 21 | 45 | 62 |
| Binary | 10101101 | 1101011 | 1010000 | 0 | 100110 | 110110 | 100000 | 10001 | 100101 | 110010 |
Color Harmonies of #AD6B50
Complementary color
Monochromatic Colors of #AD6B50
Black with #AD6B50
Text Example
Text Example
White with #AD6B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B50; }
p { color: rgb(173,107,80); }
H1.HeaderClassName
{
color: #AD6B50;
}
.AnyTagClassName
{
color: #AD6B50;
}
</style>
background-color css
<style>
a { background-color: #AD6B50; }
a { background-color: rgb(173,107,80); }
div.DivClassName
{
background-color: #AD6B50;
}
.BgClassName
{
background-color: #AD6B50;
}
</style>
border-color css
<style>
span { border-color: #AD6B50; }
span { border-color: rgb(173,107,80); }
td.TdClassName
{
border-color: #AD6B50;
}
.TagClassName
{
border-color: #AD6B50;
}
</style>