Shades of Sante Fe #AD644C
Tints of Sante Fe #AD644C
RGB
CMYK
RGB Variations
Color information
#AD644C (or 0xAD644C) is known color: Sante Fe. HEX triplet: AD, 64 and 4C. RGB value is (173,100,76). Sum of RGB (Red+Green+Blue) = 173+100+76=349 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.57% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 173 - color contains mainly: red. Hex color #AD644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD644C is #529BB3. Grayscale: #777777. Windows color (decimal): -5413812 or 5006509. OLE color: 5006509.
HSL color Cylindrical-coordinate representation of color #AD644C: hue angle of 14.85º 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 #AD644C is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 100 | 76 | - |
| CMYK | 0 | 0.42 | 0.56 | 0.32 |
| HSL | 14.85º | 0.39% | 0.49% | - |
| HSV(B) | 14.85º | 0.56% | 0.68% | - |
| XYZ | 23.1 | 18.52 | 9.2 | - |
| YUV | 119.09 | 103.68 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 76 | 0 | 0.42 | 0.56 | 0.32 | 14.85 | 0.39 | 0.49 |
| Hex | AD | 64 | 4C | 0 | 2A | 38 | 20 | F | 27 | 31 |
| Octal | 255 | 144 | 114 | 0 | 52 | 70 | 40 | 17 | 47 | 61 |
| Binary | 10101101 | 1100100 | 1001100 | 0 | 101010 | 111000 | 100000 | 1111 | 100111 | 110001 |
Color Harmonies of #AD644C
Complementary color
Monochromatic Colors of #AD644C
Black with #AD644C
Text Example
Text Example
White with #AD644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD644C; }
p { color: rgb(173,100,76); }
H1.HeaderClassName
{
color: #AD644C;
}
.AnyTagClassName
{
color: #AD644C;
}
</style>
background-color css
<style>
a { background-color: #AD644C; }
a { background-color: rgb(173,100,76); }
div.DivClassName
{
background-color: #AD644C;
}
.BgClassName
{
background-color: #AD644C;
}
</style>
border-color css
<style>
span { border-color: #AD644C; }
span { border-color: rgb(173,100,76); }
td.TdClassName
{
border-color: #AD644C;
}
.TagClassName
{
border-color: #AD644C;
}
</style>