Shades of Sante Fe #AD754C
Tints of Sante Fe #AD754C
RGB
CMYK
RGB Variations
Color information
#AD754C (or 0xAD754C) is known color: Sante Fe. HEX triplet: AD, 75 and 4C. RGB value is (173,117,76). Sum of RGB (Red+Green+Blue) = 173+117+76=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD754C is #528AB3. Grayscale: #818181. Windows color (decimal): -5409460 or 5010861. OLE color: 5010861.
HSL color Cylindrical-coordinate representation of color #AD754C: hue angle of 25.36º 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 #AD754C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 76 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.32 |
| HSL | 25.36º | 0.39% | 0.49% | - |
| HSV(B) | 25.36º | 0.56% | 0.68% | - |
| XYZ | 24.9 | 22.13 | 9.8 | - |
| YUV | 129.07 | 98.05 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 76 | 0 | 0.32 | 0.56 | 0.32 | 25.36 | 0.39 | 0.49 |
| Hex | AD | 75 | 4C | 0 | 20 | 38 | 20 | 19 | 27 | 31 |
| Octal | 255 | 165 | 114 | 0 | 40 | 70 | 40 | 31 | 47 | 61 |
| Binary | 10101101 | 1110101 | 1001100 | 0 | 100000 | 111000 | 100000 | 11001 | 100111 | 110001 |
Color Harmonies of #AD754C
Complementary color
Monochromatic Colors of #AD754C
Black with #AD754C
Text Example
Text Example
White with #AD754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD754C; }
p { color: rgb(173,117,76); }
H1.HeaderClassName
{
color: #AD754C;
}
.AnyTagClassName
{
color: #AD754C;
}
</style>
background-color css
<style>
a { background-color: #AD754C; }
a { background-color: rgb(173,117,76); }
div.DivClassName
{
background-color: #AD754C;
}
.BgClassName
{
background-color: #AD754C;
}
</style>
border-color css
<style>
span { border-color: #AD754C; }
span { border-color: rgb(173,117,76); }
td.TdClassName
{
border-color: #AD754C;
}
.TagClassName
{
border-color: #AD754C;
}
</style>