Shades of Sante Fe #AD6F4B
Tints of Sante Fe #AD6F4B
RGB
CMYK
RGB Variations
Color information
#AD6F4B (or 0xAD6F4B) is known color: Sante Fe. HEX triplet: AD, 6F and 4B. RGB value is (173,111,75). Sum of RGB (Red+Green+Blue) = 173+111+75=359 (47% of max value = 765). Red value is 173 (67.97% from 255 or 48.19% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6F4B is #5290B4. Grayscale: #7D7D7D. Windows color (decimal): -5410997 or 4943789. OLE color: 4943789.
HSL color Cylindrical-coordinate representation of color #AD6F4B: hue angle of 22.04º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6F4B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 111 | 75 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.32 |
| HSL | 22.04º | 0.4% | 0.49% | - |
| HSV(B) | 22.04º | 0.57% | 0.68% | - |
| XYZ | 24.19 | 20.76 | 9.39 | - |
| YUV | 125.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 111 | 75 | 0 | 0.36 | 0.57 | 0.32 | 22.04 | 0.4 | 0.49 |
| Hex | AD | 6F | 4B | 0 | 24 | 39 | 20 | 16 | 28 | 31 |
| Octal | 255 | 157 | 113 | 0 | 44 | 71 | 40 | 26 | 50 | 61 |
| Binary | 10101101 | 1101111 | 1001011 | 0 | 100100 | 111001 | 100000 | 10110 | 101000 | 110001 |
Color Harmonies of #AD6F4B
Complementary color
Monochromatic Colors of #AD6F4B
Black with #AD6F4B
Text Example
Text Example
White with #AD6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6F4B; }
p { color: rgb(173,111,75); }
H1.HeaderClassName
{
color: #AD6F4B;
}
.AnyTagClassName
{
color: #AD6F4B;
}
</style>
background-color css
<style>
a { background-color: #AD6F4B; }
a { background-color: rgb(173,111,75); }
div.DivClassName
{
background-color: #AD6F4B;
}
.BgClassName
{
background-color: #AD6F4B;
}
</style>
border-color css
<style>
span { border-color: #AD6F4B; }
span { border-color: rgb(173,111,75); }
td.TdClassName
{
border-color: #AD6F4B;
}
.TagClassName
{
border-color: #AD6F4B;
}
</style>