Shades of Sante Fe #AD6A4A
Tints of Sante Fe #AD6A4A
RGB
CMYK
RGB Variations
Color information
#AD6A4A (or 0xAD6A4A) is known color: Sante Fe. HEX triplet: AD, 6A and 4A. RGB value is (173,106,74). Sum of RGB (Red+Green+Blue) = 173+106+74=353 (46% of max value = 765). Red value is 173 (67.97% from 255 or 49.01% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD6A4A is #5295B5. Grayscale: #7A7A7A. Windows color (decimal): -5412278 or 4876973. OLE color: 4876973.
HSL color Cylindrical-coordinate representation of color #AD6A4A: hue angle of 19.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD6A4A is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 106 | 74 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.32 |
| HSL | 19.39º | 0.4% | 0.48% | - |
| HSV(B) | 19.39º | 0.57% | 0.68% | - |
| XYZ | 23.62 | 19.69 | 9.03 | - |
| YUV | 122.39 | 100.7 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 74 | 0 | 0.39 | 0.57 | 0.32 | 19.39 | 0.4 | 0.48 |
| Hex | AD | 6A | 4A | 0 | 27 | 39 | 20 | 13 | 28 | 30 |
| Octal | 255 | 152 | 112 | 0 | 47 | 71 | 40 | 23 | 50 | 60 |
| Binary | 10101101 | 1101010 | 1001010 | 0 | 100111 | 111001 | 100000 | 10011 | 101000 | 110000 |
Color Harmonies of #AD6A4A
Complementary color
Monochromatic Colors of #AD6A4A
Black with #AD6A4A
Text Example
Text Example
White with #AD6A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6A4A; }
p { color: rgb(173,106,74); }
H1.HeaderClassName
{
color: #AD6A4A;
}
.AnyTagClassName
{
color: #AD6A4A;
}
</style>
background-color css
<style>
a { background-color: #AD6A4A; }
a { background-color: rgb(173,106,74); }
div.DivClassName
{
background-color: #AD6A4A;
}
.BgClassName
{
background-color: #AD6A4A;
}
</style>
border-color css
<style>
span { border-color: #AD6A4A; }
span { border-color: rgb(173,106,74); }
td.TdClassName
{
border-color: #AD6A4A;
}
.TagClassName
{
border-color: #AD6A4A;
}
</style>