Shades of Sante Fe #AA6B56
Tints of Sante Fe #AA6B56
RGB
CMYK
RGB Variations
Color information
#AA6B56 (or 0xAA6B56) is known color: Sante Fe. HEX triplet: AA, 6B and 56. RGB value is (170,107,86). Sum of RGB (Red+Green+Blue) = 170+107+86=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 107 (42.19% from 255 or 29.48% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B56 is #5594A9. Grayscale: #7B7B7B. Windows color (decimal): -5608618 or 5663658. OLE color: 5663658.
HSL color Cylindrical-coordinate representation of color #AA6B56: hue angle of 15º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA6B56 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 107 | 86 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.33 |
| HSL | 15º | 0.33% | 0.5% | - |
| HSV(B) | 15º | 0.49% | 0.67% | - |
| XYZ | 23.51 | 19.73 | 11.37 | - |
| YUV | 123.44 | 106.87 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 107 | 86 | 0 | 0.37 | 0.49 | 0.33 | 15 | 0.33 | 0.5 |
| Hex | AA | 6B | 56 | 0 | 25 | 31 | 21 | F | 21 | 32 |
| Octal | 252 | 153 | 126 | 0 | 45 | 61 | 41 | 17 | 41 | 62 |
| Binary | 10101010 | 1101011 | 1010110 | 0 | 100101 | 110001 | 100001 | 1111 | 100001 | 110010 |
Color Harmonies of #AA6B56
Complementary color
Monochromatic Colors of #AA6B56
Black with #AA6B56
Text Example
Text Example
White with #AA6B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6B56; }
p { color: rgb(170,107,86); }
H1.HeaderClassName
{
color: #AA6B56;
}
.AnyTagClassName
{
color: #AA6B56;
}
</style>
background-color css
<style>
a { background-color: #AA6B56; }
a { background-color: rgb(170,107,86); }
div.DivClassName
{
background-color: #AA6B56;
}
.BgClassName
{
background-color: #AA6B56;
}
</style>
border-color css
<style>
span { border-color: #AA6B56; }
span { border-color: rgb(170,107,86); }
td.TdClassName
{
border-color: #AA6B56;
}
.TagClassName
{
border-color: #AA6B56;
}
</style>