Shades of Sante Fe #AA6A58
Tints of Sante Fe #AA6A58
RGB
CMYK
RGB Variations
Color information
#AA6A58 (or 0xAA6A58) is known color: Sante Fe. HEX triplet: AA, 6A and 58. RGB value is (170,106,88). Sum of RGB (Red+Green+Blue) = 170+106+88=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 106 (41.80% from 255 or 29.12% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A58 is #5595A7. Grayscale: #7B7B7B. Windows color (decimal): -5608872 or 5794474. OLE color: 5794474.
HSL color Cylindrical-coordinate representation of color #AA6A58: hue angle of 13.17º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6A58 is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 106 | 88 | - |
| CMYK | 0 | 0.38 | 0.48 | 0.33 |
| HSL | 13.17º | 0.33% | 0.51% | - |
| HSV(B) | 13.17º | 0.48% | 0.67% | - |
| XYZ | 23.49 | 19.56 | 11.77 | - |
| YUV | 123.08 | 108.2 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 106 | 88 | 0 | 0.38 | 0.48 | 0.33 | 13.17 | 0.33 | 0.51 |
| Hex | AA | 6A | 58 | 0 | 26 | 30 | 21 | D | 21 | 33 |
| Octal | 252 | 152 | 130 | 0 | 46 | 60 | 41 | 15 | 41 | 63 |
| Binary | 10101010 | 1101010 | 1011000 | 0 | 100110 | 110000 | 100001 | 1101 | 100001 | 110011 |
Color Harmonies of #AA6A58
Complementary color
Monochromatic Colors of #AA6A58
Black with #AA6A58
Text Example
Text Example
White with #AA6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6A58; }
p { color: rgb(170,106,88); }
H1.HeaderClassName
{
color: #AA6A58;
}
.AnyTagClassName
{
color: #AA6A58;
}
</style>
background-color css
<style>
a { background-color: #AA6A58; }
a { background-color: rgb(170,106,88); }
div.DivClassName
{
background-color: #AA6A58;
}
.BgClassName
{
background-color: #AA6A58;
}
</style>
border-color css
<style>
span { border-color: #AA6A58; }
span { border-color: rgb(170,106,88); }
td.TdClassName
{
border-color: #AA6A58;
}
.TagClassName
{
border-color: #AA6A58;
}
</style>