Shades of Sante Fe #AA6C5B
Tints of Sante Fe #AA6C5B
RGB
CMYK
RGB Variations
Color information
#AA6C5B (or 0xAA6C5B) is known color: Sante Fe. HEX triplet: AA, 6C and 5B. RGB value is (170,108,91). Sum of RGB (Red+Green+Blue) = 170+108+91=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C5B is #5593A4. Grayscale: #7C7C7C. Windows color (decimal): -5608357 or 5991594. OLE color: 5991594.
HSL color Cylindrical-coordinate representation of color #AA6C5B: hue angle of 12.91º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6C5B is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 108 | 91 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.33 |
| HSL | 12.91º | 0.32% | 0.51% | - |
| HSV(B) | 12.91º | 0.46% | 0.67% | - |
| XYZ | 23.83 | 20.03 | 12.51 | - |
| YUV | 124.6 | 109.04 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 108 | 91 | 0 | 0.36 | 0.46 | 0.33 | 12.91 | 0.32 | 0.51 |
| Hex | AA | 6C | 5B | 0 | 24 | 2E | 21 | D | 20 | 33 |
| Octal | 252 | 154 | 133 | 0 | 44 | 56 | 41 | 15 | 40 | 63 |
| Binary | 10101010 | 1101100 | 1011011 | 0 | 100100 | 101110 | 100001 | 1101 | 100000 | 110011 |
Color Harmonies of #AA6C5B
Complementary color
Monochromatic Colors of #AA6C5B
Black with #AA6C5B
Text Example
Text Example
White with #AA6C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6C5B; }
p { color: rgb(170,108,91); }
H1.HeaderClassName
{
color: #AA6C5B;
}
.AnyTagClassName
{
color: #AA6C5B;
}
</style>
background-color css
<style>
a { background-color: #AA6C5B; }
a { background-color: rgb(170,108,91); }
div.DivClassName
{
background-color: #AA6C5B;
}
.BgClassName
{
background-color: #AA6C5B;
}
</style>
border-color css
<style>
span { border-color: #AA6C5B; }
span { border-color: rgb(170,108,91); }
td.TdClassName
{
border-color: #AA6C5B;
}
.TagClassName
{
border-color: #AA6C5B;
}
</style>