Shades of Sante Fe #AA6554
Tints of Sante Fe #AA6554
RGB
CMYK
RGB Variations
Color information
#AA6554 (or 0xAA6554) is known color: Sante Fe. HEX triplet: AA, 65 and 54. RGB value is (170,101,84). Sum of RGB (Red+Green+Blue) = 170+101+84=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6554 is #559AAB. Grayscale: #777777. Windows color (decimal): -5610156 or 5531050. OLE color: 5531050.
HSL color Cylindrical-coordinate representation of color #AA6554: hue angle of 11.86º 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 #AA6554 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 101 | 84 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.33 |
| HSL | 11.86º | 0.34% | 0.5% | - |
| HSV(B) | 11.86º | 0.51% | 0.67% | - |
| XYZ | 22.83 | 18.49 | 10.75 | - |
| YUV | 119.69 | 107.86 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 101 | 84 | 0 | 0.41 | 0.51 | 0.33 | 11.86 | 0.34 | 0.5 |
| Hex | AA | 65 | 54 | 0 | 29 | 33 | 21 | C | 22 | 32 |
| Octal | 252 | 145 | 124 | 0 | 51 | 63 | 41 | 14 | 42 | 62 |
| Binary | 10101010 | 1100101 | 1010100 | 0 | 101001 | 110011 | 100001 | 1100 | 100010 | 110010 |
Color Harmonies of #AA6554
Complementary color
Monochromatic Colors of #AA6554
Black with #AA6554
Text Example
Text Example
White with #AA6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6554; }
p { color: rgb(170,101,84); }
H1.HeaderClassName
{
color: #AA6554;
}
.AnyTagClassName
{
color: #AA6554;
}
</style>
background-color css
<style>
a { background-color: #AA6554; }
a { background-color: rgb(170,101,84); }
div.DivClassName
{
background-color: #AA6554;
}
.BgClassName
{
background-color: #AA6554;
}
</style>
border-color css
<style>
span { border-color: #AA6554; }
span { border-color: rgb(170,101,84); }
td.TdClassName
{
border-color: #AA6554;
}
.TagClassName
{
border-color: #AA6554;
}
</style>