Shades of Sante Fe #AD634E
Tints of Sante Fe #AD634E
RGB
CMYK
RGB Variations
Color information
#AD634E (or 0xAD634E) is known color: Sante Fe. HEX triplet: AD, 63 and 4E. RGB value is (173,99,78). Sum of RGB (Red+Green+Blue) = 173+99+78=350 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.43% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 173 - color contains mainly: red. Hex color #AD634E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD634E is #529CB1. Grayscale: #767676. Windows color (decimal): -5414066 or 5137325. OLE color: 5137325.
HSL color Cylindrical-coordinate representation of color #AD634E: hue angle of 13.26º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD634E is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 99 | 78 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.32 |
| HSL | 13.26º | 0.38% | 0.49% | - |
| HSV(B) | 13.26º | 0.55% | 0.68% | - |
| XYZ | 23.07 | 18.36 | 9.54 | - |
| YUV | 118.73 | 105.02 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 99 | 78 | 0 | 0.43 | 0.55 | 0.32 | 13.26 | 0.38 | 0.49 |
| Hex | AD | 63 | 4E | 0 | 2B | 37 | 20 | D | 26 | 31 |
| Octal | 255 | 143 | 116 | 0 | 53 | 67 | 40 | 15 | 46 | 61 |
| Binary | 10101101 | 1100011 | 1001110 | 0 | 101011 | 110111 | 100000 | 1101 | 100110 | 110001 |
Color Harmonies of #AD634E
Complementary color
Monochromatic Colors of #AD634E
Black with #AD634E
Text Example
Text Example
White with #AD634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD634E; }
p { color: rgb(173,99,78); }
H1.HeaderClassName
{
color: #AD634E;
}
.AnyTagClassName
{
color: #AD634E;
}
</style>
background-color css
<style>
a { background-color: #AD634E; }
a { background-color: rgb(173,99,78); }
div.DivClassName
{
background-color: #AD634E;
}
.BgClassName
{
background-color: #AD634E;
}
</style>
border-color css
<style>
span { border-color: #AD634E; }
span { border-color: rgb(173,99,78); }
td.TdClassName
{
border-color: #AD634E;
}
.TagClassName
{
border-color: #AD634E;
}
</style>