Shades of Sante Fe #AA7755
Tints of Sante Fe #AA7755
RGB
CMYK
RGB Variations
Color information
#AA7755 (or 0xAA7755) is known color: Sante Fe. HEX triplet: AA, 77 and 55. RGB value is (170,119,85). Sum of RGB (Red+Green+Blue) = 170+119+85=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7755 is #5588AA. Grayscale: #828282. Windows color (decimal): -5605547 or 5601194. OLE color: 5601194.
HSL color Cylindrical-coordinate representation of color #AA7755: hue angle of 24º 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 #AA7755 is Cyan = 0, Magento = 0.3, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 85 | - |
| CMYK | 0 | 0.3 | 0.50 | 0.33 |
| HSL | 24º | 0.33% | 0.5% | - |
| HSV(B) | 24º | 0.5% | 0.67% | - |
| XYZ | 24.81 | 22.4 | 11.61 | - |
| YUV | 130.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 85 | 0 | 0.3 | 0.50 | 0.33 | 24 | 0.33 | 0.5 |
| Hex | AA | 77 | 55 | 0 | 1E | 32 | 21 | 18 | 21 | 32 |
| Octal | 252 | 167 | 125 | 0 | 36 | 62 | 41 | 30 | 41 | 62 |
| Binary | 10101010 | 1110111 | 1010101 | 0 | 11110 | 110010 | 100001 | 11000 | 100001 | 110010 |
Color Harmonies of #AA7755
Complementary color
Monochromatic Colors of #AA7755
Black with #AA7755
Text Example
Text Example
White with #AA7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7755; }
p { color: rgb(170,119,85); }
H1.HeaderClassName
{
color: #AA7755;
}
.AnyTagClassName
{
color: #AA7755;
}
</style>
background-color css
<style>
a { background-color: #AA7755; }
a { background-color: rgb(170,119,85); }
div.DivClassName
{
background-color: #AA7755;
}
.BgClassName
{
background-color: #AA7755;
}
</style>
border-color css
<style>
span { border-color: #AA7755; }
span { border-color: rgb(170,119,85); }
td.TdClassName
{
border-color: #AA7755;
}
.TagClassName
{
border-color: #AA7755;
}
</style>