Shades of Sante Fe #AA7455
Tints of Sante Fe #AA7455
RGB
CMYK
RGB Variations
Color information
#AA7455 (or 0xAA7455) is known color: Sante Fe. HEX triplet: AA, 74 and 55. RGB value is (170,116,85). Sum of RGB (Red+Green+Blue) = 170+116+85=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7455 is #558BAA. Grayscale: #808080. Windows color (decimal): -5606315 or 5600426. OLE color: 5600426.
HSL color Cylindrical-coordinate representation of color #AA7455: hue angle of 21.88º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA7455 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 85 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.33 |
| HSL | 21.88º | 0.33% | 0.5% | - |
| HSV(B) | 21.88º | 0.5% | 0.67% | - |
| XYZ | 24.46 | 21.69 | 11.49 | - |
| YUV | 128.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 85 | 0 | 0.32 | 0.50 | 0.33 | 21.88 | 0.33 | 0.5 |
| Hex | AA | 74 | 55 | 0 | 20 | 32 | 21 | 16 | 21 | 32 |
| Octal | 252 | 164 | 125 | 0 | 40 | 62 | 41 | 26 | 41 | 62 |
| Binary | 10101010 | 1110100 | 1010101 | 0 | 100000 | 110010 | 100001 | 10110 | 100001 | 110010 |
Color Harmonies of #AA7455
Complementary color
Monochromatic Colors of #AA7455
Black with #AA7455
Text Example
Text Example
White with #AA7455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7455; }
p { color: rgb(170,116,85); }
H1.HeaderClassName
{
color: #AA7455;
}
.AnyTagClassName
{
color: #AA7455;
}
</style>
background-color css
<style>
a { background-color: #AA7455; }
a { background-color: rgb(170,116,85); }
div.DivClassName
{
background-color: #AA7455;
}
.BgClassName
{
background-color: #AA7455;
}
</style>
border-color css
<style>
span { border-color: #AA7455; }
span { border-color: rgb(170,116,85); }
td.TdClassName
{
border-color: #AA7455;
}
.TagClassName
{
border-color: #AA7455;
}
</style>