Shades of Sante Fe #AD6A54
Tints of Sante Fe #AD6A54
RGB
CMYK
RGB Variations
Color information
#AD6A54 (or 0xAD6A54) is known color: Sante Fe. HEX triplet: AD, 6A and 54. RGB value is (173,106,84). Sum of RGB (Red+Green+Blue) = 173+106+84=363 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.66% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A54 is #5295AB. Grayscale: #7B7B7B. Windows color (decimal): -5412268 or 5532333. OLE color: 5532333.
HSL color Cylindrical-coordinate representation of color #AD6A54: hue angle of 14.83º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD6A54 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 84 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.32 |
| HSL | 14.83º | 0.35% | 0.5% | - |
| HSV(B) | 14.83º | 0.51% | 0.68% | - |
| XYZ | 23.99 | 19.83 | 10.95 | - |
| YUV | 123.53 | 105.7 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 84 | 0 | 0.39 | 0.51 | 0.32 | 14.83 | 0.35 | 0.5 |
| Hex | AD | 6A | 54 | 0 | 27 | 33 | 20 | F | 23 | 32 |
| Octal | 255 | 152 | 124 | 0 | 47 | 63 | 40 | 17 | 43 | 62 |
| Binary | 10101101 | 1101010 | 1010100 | 0 | 100111 | 110011 | 100000 | 1111 | 100011 | 110010 |
Color Harmonies of #AD6A54
Complementary color
Monochromatic Colors of #AD6A54
Black with #AD6A54
Text Example
Text Example
White with #AD6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A54; }
p { color: rgb(173,106,84); }
H1.HeaderClassName
{
color: #AD6A54;
}
.AnyTagClassName
{
color: #AD6A54;
}
</style>
background-color css
<style>
a { background-color: #AD6A54; }
a { background-color: rgb(173,106,84); }
div.DivClassName
{
background-color: #AD6A54;
}
.BgClassName
{
background-color: #AD6A54;
}
</style>
border-color css
<style>
span { border-color: #AD6A54; }
span { border-color: rgb(173,106,84); }
td.TdClassName
{
border-color: #AD6A54;
}
.TagClassName
{
border-color: #AD6A54;
}
</style>