Shades of Sante Fe #AA6754
Tints of Sante Fe #AA6754
RGB
CMYK
RGB Variations
Color information
#AA6754 (or 0xAA6754) is known color: Sante Fe. HEX triplet: AA, 67 and 54. RGB value is (170,103,84). Sum of RGB (Red+Green+Blue) = 170+103+84=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6754 is #5598AB. Grayscale: #797979. Windows color (decimal): -5609644 or 5531562. OLE color: 5531562.
HSL color Cylindrical-coordinate representation of color #AA6754: hue angle of 13.26º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6754 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 84 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.33 |
| HSL | 13.26º | 0.34% | 0.5% | - |
| HSV(B) | 13.26º | 0.51% | 0.67% | - |
| XYZ | 23.03 | 18.89 | 10.82 | - |
| YUV | 120.87 | 107.2 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 84 | 0 | 0.39 | 0.51 | 0.33 | 13.26 | 0.34 | 0.5 |
| Hex | AA | 67 | 54 | 0 | 27 | 33 | 21 | D | 22 | 32 |
| Octal | 252 | 147 | 124 | 0 | 47 | 63 | 41 | 15 | 42 | 62 |
| Binary | 10101010 | 1100111 | 1010100 | 0 | 100111 | 110011 | 100001 | 1101 | 100010 | 110010 |
Color Harmonies of #AA6754
Complementary color
Monochromatic Colors of #AA6754
Black with #AA6754
Text Example
Text Example
White with #AA6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6754; }
p { color: rgb(170,103,84); }
H1.HeaderClassName
{
color: #AA6754;
}
.AnyTagClassName
{
color: #AA6754;
}
</style>
background-color css
<style>
a { background-color: #AA6754; }
a { background-color: rgb(170,103,84); }
div.DivClassName
{
background-color: #AA6754;
}
.BgClassName
{
background-color: #AA6754;
}
</style>
border-color css
<style>
span { border-color: #AA6754; }
span { border-color: rgb(170,103,84); }
td.TdClassName
{
border-color: #AA6754;
}
.TagClassName
{
border-color: #AA6754;
}
</style>