Shades of Sante Fe #AA7554
Tints of Sante Fe #AA7554
RGB
CMYK
RGB Variations
Color information
#AA7554 (or 0xAA7554) is known color: Sante Fe. HEX triplet: AA, 75 and 54. RGB value is (170,117,84). Sum of RGB (Red+Green+Blue) = 170+117+84=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7554 is #558AAB. Grayscale: #818181. Windows color (decimal): -5606060 or 5535146. OLE color: 5535146.
HSL color Cylindrical-coordinate representation of color #AA7554: hue angle of 23.02º 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 #AA7554 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 84 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 23.02º | 0.34% | 0.5% | - |
| HSV(B) | 23.02º | 0.51% | 0.67% | - |
| XYZ | 24.54 | 21.91 | 11.32 | - |
| YUV | 129.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 84 | 0 | 0.31 | 0.51 | 0.33 | 23.02 | 0.34 | 0.5 |
| Hex | AA | 75 | 54 | 0 | 1F | 33 | 21 | 17 | 22 | 32 |
| Octal | 252 | 165 | 124 | 0 | 37 | 63 | 41 | 27 | 42 | 62 |
| Binary | 10101010 | 1110101 | 1010100 | 0 | 11111 | 110011 | 100001 | 10111 | 100010 | 110010 |
Color Harmonies of #AA7554
Complementary color
Monochromatic Colors of #AA7554
Black with #AA7554
Text Example
Text Example
White with #AA7554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7554; }
p { color: rgb(170,117,84); }
H1.HeaderClassName
{
color: #AA7554;
}
.AnyTagClassName
{
color: #AA7554;
}
</style>
background-color css
<style>
a { background-color: #AA7554; }
a { background-color: rgb(170,117,84); }
div.DivClassName
{
background-color: #AA7554;
}
.BgClassName
{
background-color: #AA7554;
}
</style>
border-color css
<style>
span { border-color: #AA7554; }
span { border-color: rgb(170,117,84); }
td.TdClassName
{
border-color: #AA7554;
}
.TagClassName
{
border-color: #AA7554;
}
</style>