Shades of Sante Fe #AD6F5C
Tints of Sante Fe #AD6F5C
RGB
CMYK
RGB Variations
Color information
#AD6F5C (or 0xAD6F5C) is known color: Sante Fe. HEX triplet: AD, 6F and 5C. RGB value is (173,111,92). Sum of RGB (Red+Green+Blue) = 173+111+92=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6F5C is #5290A3. Grayscale: #7F7F7F. Windows color (decimal): -5410980 or 6057901. OLE color: 6057901.
HSL color Cylindrical-coordinate representation of color #AD6F5C: hue angle of 14.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6F5C is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 92 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.32 |
| HSL | 14.07º | 0.33% | 0.52% | - |
| HSV(B) | 14.07º | 0.47% | 0.68% | - |
| XYZ | 24.85 | 21.03 | 12.87 | - |
| YUV | 127.37 | 108.04 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 92 | 0 | 0.36 | 0.47 | 0.32 | 14.07 | 0.33 | 0.52 |
| Hex | AD | 6F | 5C | 0 | 24 | 2F | 20 | E | 21 | 34 |
| Octal | 255 | 157 | 134 | 0 | 44 | 57 | 40 | 16 | 41 | 64 |
| Binary | 10101101 | 1101111 | 1011100 | 0 | 100100 | 101111 | 100000 | 1110 | 100001 | 110100 |
Color Harmonies of #AD6F5C
Complementary color
Monochromatic Colors of #AD6F5C
Black with #AD6F5C
Text Example
Text Example
White with #AD6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F5C; }
p { color: rgb(173,111,92); }
H1.HeaderClassName
{
color: #AD6F5C;
}
.AnyTagClassName
{
color: #AD6F5C;
}
</style>
background-color css
<style>
a { background-color: #AD6F5C; }
a { background-color: rgb(173,111,92); }
div.DivClassName
{
background-color: #AD6F5C;
}
.BgClassName
{
background-color: #AD6F5C;
}
</style>
border-color css
<style>
span { border-color: #AD6F5C; }
span { border-color: rgb(173,111,92); }
td.TdClassName
{
border-color: #AD6F5C;
}
.TagClassName
{
border-color: #AD6F5C;
}
</style>