Shades of Sante Fe #AD6B5B
Tints of Sante Fe #AD6B5B
RGB
CMYK
RGB Variations
Color information
#AD6B5B (or 0xAD6B5B) is known color: Sante Fe. HEX triplet: AD, 6B and 5B. RGB value is (173,107,91). Sum of RGB (Red+Green+Blue) = 173+107+91=371 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.63% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6B5B is #5294A4. Grayscale: #7D7D7D. Windows color (decimal): -5412005 or 5991341. OLE color: 5991341.
HSL color Cylindrical-coordinate representation of color #AD6B5B: hue angle of 11.71º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD6B5B is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 107 | 91 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.32 |
| HSL | 11.71º | 0.33% | 0.52% | - |
| HSV(B) | 11.71º | 0.47% | 0.68% | - |
| XYZ | 24.38 | 20.15 | 12.5 | - |
| YUV | 124.91 | 108.87 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 107 | 91 | 0 | 0.38 | 0.47 | 0.32 | 11.71 | 0.33 | 0.52 |
| Hex | AD | 6B | 5B | 0 | 26 | 2F | 20 | C | 21 | 34 |
| Octal | 255 | 153 | 133 | 0 | 46 | 57 | 40 | 14 | 41 | 64 |
| Binary | 10101101 | 1101011 | 1011011 | 0 | 100110 | 101111 | 100000 | 1100 | 100001 | 110100 |
Color Harmonies of #AD6B5B
Complementary color
Monochromatic Colors of #AD6B5B
Black with #AD6B5B
Text Example
Text Example
White with #AD6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6B5B; }
p { color: rgb(173,107,91); }
H1.HeaderClassName
{
color: #AD6B5B;
}
.AnyTagClassName
{
color: #AD6B5B;
}
</style>
background-color css
<style>
a { background-color: #AD6B5B; }
a { background-color: rgb(173,107,91); }
div.DivClassName
{
background-color: #AD6B5B;
}
.BgClassName
{
background-color: #AD6B5B;
}
</style>
border-color css
<style>
span { border-color: #AD6B5B; }
span { border-color: rgb(173,107,91); }
td.TdClassName
{
border-color: #AD6B5B;
}
.TagClassName
{
border-color: #AD6B5B;
}
</style>