Shades of Sante Fe #AD6A48
Tints of Sante Fe #AD6A48
RGB
CMYK
RGB Variations
Color information
#AD6A48 (or 0xAD6A48) is known color: Sante Fe. HEX triplet: AD, 6A and 48. RGB value is (173,106,72). Sum of RGB (Red+Green+Blue) = 173+106+72=351 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.29% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A48 is #5295B7. Grayscale: #7A7A7A. Windows color (decimal): -5412280 or 4745901. OLE color: 4745901.
HSL color Cylindrical-coordinate representation of color #AD6A48: hue angle of 20.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AD6A48 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 72 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.32 |
| HSL | 20.2º | 0.41% | 0.48% | - |
| HSV(B) | 20.2º | 0.58% | 0.68% | - |
| XYZ | 23.56 | 19.66 | 8.68 | - |
| YUV | 122.16 | 99.7 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 72 | 0 | 0.39 | 0.58 | 0.32 | 20.2 | 0.41 | 0.48 |
| Hex | AD | 6A | 48 | 0 | 27 | 3A | 20 | 14 | 29 | 30 |
| Octal | 255 | 152 | 110 | 0 | 47 | 72 | 40 | 24 | 51 | 60 |
| Binary | 10101101 | 1101010 | 1001000 | 0 | 100111 | 111010 | 100000 | 10100 | 101001 | 110000 |
Color Harmonies of #AD6A48
Complementary color
Monochromatic Colors of #AD6A48
Black with #AD6A48
Text Example
Text Example
White with #AD6A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A48; }
p { color: rgb(173,106,72); }
H1.HeaderClassName
{
color: #AD6A48;
}
.AnyTagClassName
{
color: #AD6A48;
}
</style>
background-color css
<style>
a { background-color: #AD6A48; }
a { background-color: rgb(173,106,72); }
div.DivClassName
{
background-color: #AD6A48;
}
.BgClassName
{
background-color: #AD6A48;
}
</style>
border-color css
<style>
span { border-color: #AD6A48; }
span { border-color: rgb(173,106,72); }
td.TdClassName
{
border-color: #AD6A48;
}
.TagClassName
{
border-color: #AD6A48;
}
</style>