Shades of Sante Fe #AD694B
Tints of Sante Fe #AD694B
RGB
CMYK
RGB Variations
Color information
#AD694B (or 0xAD694B) is known color: Sante Fe. HEX triplet: AD, 69 and 4B. RGB value is (173,105,75). Sum of RGB (Red+Green+Blue) = 173+105+75=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD694B is #5296B4. Grayscale: #7A7A7A. Windows color (decimal): -5412533 or 4942253. OLE color: 4942253.
HSL color Cylindrical-coordinate representation of color #AD694B: hue angle of 18.37º 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 #AD694B is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 105 | 75 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.32 |
| HSL | 18.37º | 0.4% | 0.49% | - |
| HSV(B) | 18.37º | 0.57% | 0.68% | - |
| XYZ | 23.56 | 19.5 | 9.18 | - |
| YUV | 121.91 | 101.53 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 75 | 0 | 0.39 | 0.57 | 0.32 | 18.37 | 0.4 | 0.49 |
| Hex | AD | 69 | 4B | 0 | 27 | 39 | 20 | 12 | 28 | 31 |
| Octal | 255 | 151 | 113 | 0 | 47 | 71 | 40 | 22 | 50 | 61 |
| Binary | 10101101 | 1101001 | 1001011 | 0 | 100111 | 111001 | 100000 | 10010 | 101000 | 110001 |
Color Harmonies of #AD694B
Complementary color
Monochromatic Colors of #AD694B
Black with #AD694B
Text Example
Text Example
White with #AD694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD694B; }
p { color: rgb(173,105,75); }
H1.HeaderClassName
{
color: #AD694B;
}
.AnyTagClassName
{
color: #AD694B;
}
</style>
background-color css
<style>
a { background-color: #AD694B; }
a { background-color: rgb(173,105,75); }
div.DivClassName
{
background-color: #AD694B;
}
.BgClassName
{
background-color: #AD694B;
}
</style>
border-color css
<style>
span { border-color: #AD694B; }
span { border-color: rgb(173,105,75); }
td.TdClassName
{
border-color: #AD694B;
}
.TagClassName
{
border-color: #AD694B;
}
</style>