Shades of Sante Fe #AD755A
Tints of Sante Fe #AD755A
RGB
CMYK
RGB Variations
Color information
#AD755A (or 0xAD755A) is known color: Sante Fe. HEX triplet: AD, 75 and 5A. RGB value is (173,117,90). Sum of RGB (Red+Green+Blue) = 173+117+90=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD755A is #528AA5. Grayscale: #828282. Windows color (decimal): -5409446 or 5928365. OLE color: 5928365.
HSL color Cylindrical-coordinate representation of color #AD755A: hue angle of 19.52º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AD755A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 117 | 90 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.32 |
| HSL | 19.52º | 0.34% | 0.52% | - |
| HSV(B) | 19.52º | 0.48% | 0.68% | - |
| XYZ | 25.44 | 22.35 | 12.65 | - |
| YUV | 130.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 117 | 90 | 0 | 0.32 | 0.48 | 0.32 | 19.52 | 0.34 | 0.52 |
| Hex | AD | 75 | 5A | 0 | 20 | 30 | 20 | 14 | 22 | 34 |
| Octal | 255 | 165 | 132 | 0 | 40 | 60 | 40 | 24 | 42 | 64 |
| Binary | 10101101 | 1110101 | 1011010 | 0 | 100000 | 110000 | 100000 | 10100 | 100010 | 110100 |
Color Harmonies of #AD755A
Complementary color
Monochromatic Colors of #AD755A
Black with #AD755A
Text Example
Text Example
White with #AD755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD755A; }
p { color: rgb(173,117,90); }
H1.HeaderClassName
{
color: #AD755A;
}
.AnyTagClassName
{
color: #AD755A;
}
</style>
background-color css
<style>
a { background-color: #AD755A; }
a { background-color: rgb(173,117,90); }
div.DivClassName
{
background-color: #AD755A;
}
.BgClassName
{
background-color: #AD755A;
}
</style>
border-color css
<style>
span { border-color: #AD755A; }
span { border-color: rgb(173,117,90); }
td.TdClassName
{
border-color: #AD755A;
}
.TagClassName
{
border-color: #AD755A;
}
</style>