Shades of Sante Fe #AD674C
Tints of Sante Fe #AD674C
RGB
CMYK
RGB Variations
Color information
#AD674C (or 0xAD674C) is known color: Sante Fe. HEX triplet: AD, 67 and 4C. RGB value is (173,103,76). Sum of RGB (Red+Green+Blue) = 173+103+76=352 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.15% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 173 - color contains mainly: red. Hex color #AD674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD674C is #5298B3. Grayscale: #797979. Windows color (decimal): -5413044 or 5007277. OLE color: 5007277.
HSL color Cylindrical-coordinate representation of color #AD674C: hue angle of 16.7º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AD674C is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 103 | 76 | - |
| CMYK | 0 | 0.40 | 0.56 | 0.32 |
| HSL | 16.7º | 0.39% | 0.49% | - |
| HSV(B) | 16.7º | 0.56% | 0.68% | - |
| XYZ | 23.39 | 19.11 | 9.29 | - |
| YUV | 120.85 | 102.69 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 76 | 0 | 0.40 | 0.56 | 0.32 | 16.7 | 0.39 | 0.49 |
| Hex | AD | 67 | 4C | 0 | 28 | 38 | 20 | 11 | 27 | 31 |
| Octal | 255 | 147 | 114 | 0 | 50 | 70 | 40 | 21 | 47 | 61 |
| Binary | 10101101 | 1100111 | 1001100 | 0 | 101000 | 111000 | 100000 | 10001 | 100111 | 110001 |
Color Harmonies of #AD674C
Complementary color
Monochromatic Colors of #AD674C
Black with #AD674C
Text Example
Text Example
White with #AD674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD674C; }
p { color: rgb(173,103,76); }
H1.HeaderClassName
{
color: #AD674C;
}
.AnyTagClassName
{
color: #AD674C;
}
</style>
background-color css
<style>
a { background-color: #AD674C; }
a { background-color: rgb(173,103,76); }
div.DivClassName
{
background-color: #AD674C;
}
.BgClassName
{
background-color: #AD674C;
}
</style>
border-color css
<style>
span { border-color: #AD674C; }
span { border-color: rgb(173,103,76); }
td.TdClassName
{
border-color: #AD674C;
}
.TagClassName
{
border-color: #AD674C;
}
</style>