Shades of Sante Fe #AA7653
Tints of Sante Fe #AA7653
RGB
CMYK
RGB Variations
Color information
#AA7653 (or 0xAA7653) is known color: Sante Fe. HEX triplet: AA, 76 and 53. RGB value is (170,118,83). Sum of RGB (Red+Green+Blue) = 170+118+83=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7653 is #5589AC. Grayscale: #818181. Windows color (decimal): -5605805 or 5469866. OLE color: 5469866.
HSL color Cylindrical-coordinate representation of color #AA7653: hue angle of 24.14º 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 #AA7653 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 83 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 24.14º | 0.34% | 0.5% | - |
| HSV(B) | 24.14º | 0.51% | 0.67% | - |
| XYZ | 24.62 | 22.13 | 11.16 | - |
| YUV | 129.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 83 | 0 | 0.31 | 0.51 | 0.33 | 24.14 | 0.34 | 0.5 |
| Hex | AA | 76 | 53 | 0 | 1F | 33 | 21 | 18 | 22 | 32 |
| Octal | 252 | 166 | 123 | 0 | 37 | 63 | 41 | 30 | 42 | 62 |
| Binary | 10101010 | 1110110 | 1010011 | 0 | 11111 | 110011 | 100001 | 11000 | 100010 | 110010 |
Color Harmonies of #AA7653
Complementary color
Monochromatic Colors of #AA7653
Black with #AA7653
Text Example
Text Example
White with #AA7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7653; }
p { color: rgb(170,118,83); }
H1.HeaderClassName
{
color: #AA7653;
}
.AnyTagClassName
{
color: #AA7653;
}
</style>
background-color css
<style>
a { background-color: #AA7653; }
a { background-color: rgb(170,118,83); }
div.DivClassName
{
background-color: #AA7653;
}
.BgClassName
{
background-color: #AA7653;
}
</style>
border-color css
<style>
span { border-color: #AA7653; }
span { border-color: rgb(170,118,83); }
td.TdClassName
{
border-color: #AA7653;
}
.TagClassName
{
border-color: #AA7653;
}
</style>