Shades of Sante Fe #AD6953
Tints of Sante Fe #AD6953
RGB
CMYK
RGB Variations
Color information
#AD6953 (or 0xAD6953) is known color: Sante Fe. HEX triplet: AD, 69 and 53. RGB value is (173,105,83). Sum of RGB (Red+Green+Blue) = 173+105+83=361 (47% of max value = 765). Red value is 173 (67.97% from 255 or 47.92% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 83 (32.81% from 255 or 22.99% from 361); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6953 is #5296AC. Grayscale: #7A7A7A. Windows color (decimal): -5412525 or 5466541. OLE color: 5466541.
HSL color Cylindrical-coordinate representation of color #AD6953: hue angle of 14.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AD6953 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 83 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.32 |
| HSL | 14.67º | 0.35% | 0.5% | - |
| HSV(B) | 14.67º | 0.52% | 0.68% | - |
| XYZ | 23.85 | 19.61 | 10.71 | - |
| YUV | 122.82 | 105.53 | 163.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 83 | 0 | 0.39 | 0.52 | 0.32 | 14.67 | 0.35 | 0.5 |
| Hex | AD | 69 | 53 | 0 | 27 | 34 | 20 | F | 23 | 32 |
| Octal | 255 | 151 | 123 | 0 | 47 | 64 | 40 | 17 | 43 | 62 |
| Binary | 10101101 | 1101001 | 1010011 | 0 | 100111 | 110100 | 100000 | 1111 | 100011 | 110010 |
Color Harmonies of #AD6953
Complementary color
Monochromatic Colors of #AD6953
Black with #AD6953
Text Example
Text Example
White with #AD6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6953; }
p { color: rgb(173,105,83); }
H1.HeaderClassName
{
color: #AD6953;
}
.AnyTagClassName
{
color: #AD6953;
}
</style>
background-color css
<style>
a { background-color: #AD6953; }
a { background-color: rgb(173,105,83); }
div.DivClassName
{
background-color: #AD6953;
}
.BgClassName
{
background-color: #AD6953;
}
</style>
border-color css
<style>
span { border-color: #AD6953; }
span { border-color: rgb(173,105,83); }
td.TdClassName
{
border-color: #AD6953;
}
.TagClassName
{
border-color: #AD6953;
}
</style>