Shades of Sante Fe #AA6750
Tints of Sante Fe #AA6750
RGB
CMYK
RGB Variations
Color information
#AA6750 (or 0xAA6750) is known color: Sante Fe. HEX triplet: AA, 67 and 50. RGB value is (170,103,80). Sum of RGB (Red+Green+Blue) = 170+103+80=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 80 (31.64% from 255 or 22.66% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6750 is #5598AF. Grayscale: #787878. Windows color (decimal): -5609648 or 5269418. OLE color: 5269418.
HSL color Cylindrical-coordinate representation of color #AA6750: hue angle of 15.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA6750 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 80 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.33 |
| HSL | 15.33º | 0.36% | 0.49% | - |
| HSV(B) | 15.33º | 0.53% | 0.67% | - |
| XYZ | 22.88 | 18.83 | 10.02 | - |
| YUV | 120.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 80 | 0 | 0.39 | 0.53 | 0.33 | 15.33 | 0.36 | 0.49 |
| Hex | AA | 67 | 50 | 0 | 27 | 35 | 21 | F | 24 | 31 |
| Octal | 252 | 147 | 120 | 0 | 47 | 65 | 41 | 17 | 44 | 61 |
| Binary | 10101010 | 1100111 | 1010000 | 0 | 100111 | 110101 | 100001 | 1111 | 100100 | 110001 |
Color Harmonies of #AA6750
Complementary color
Monochromatic Colors of #AA6750
Black with #AA6750
Text Example
Text Example
White with #AA6750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6750; }
p { color: rgb(170,103,80); }
H1.HeaderClassName
{
color: #AA6750;
}
.AnyTagClassName
{
color: #AA6750;
}
</style>
background-color css
<style>
a { background-color: #AA6750; }
a { background-color: rgb(170,103,80); }
div.DivClassName
{
background-color: #AA6750;
}
.BgClassName
{
background-color: #AA6750;
}
</style>
border-color css
<style>
span { border-color: #AA6750; }
span { border-color: rgb(170,103,80); }
td.TdClassName
{
border-color: #AA6750;
}
.TagClassName
{
border-color: #AA6750;
}
</style>