Shades of Sante Fe #AA644E
Tints of Sante Fe #AA644E
RGB
CMYK
RGB Variations
Color information
#AA644E (or 0xAA644E) is known color: Sante Fe. HEX triplet: AA, 64 and 4E. RGB value is (170,100,78). Sum of RGB (Red+Green+Blue) = 170+100+78=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA644E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA644E is #559BB1. Grayscale: #767676. Windows color (decimal): -5610418 or 5137578. OLE color: 5137578.
HSL color Cylindrical-coordinate representation of color #AA644E: hue angle of 14.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA644E is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 78 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.33 |
| HSL | 14.35º | 0.37% | 0.49% | - |
| HSV(B) | 14.35º | 0.54% | 0.67% | - |
| XYZ | 22.51 | 18.21 | 9.54 | - |
| YUV | 118.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 78 | 0 | 0.41 | 0.54 | 0.33 | 14.35 | 0.37 | 0.49 |
| Hex | AA | 64 | 4E | 0 | 29 | 36 | 21 | E | 25 | 31 |
| Octal | 252 | 144 | 116 | 0 | 51 | 66 | 41 | 16 | 45 | 61 |
| Binary | 10101010 | 1100100 | 1001110 | 0 | 101001 | 110110 | 100001 | 1110 | 100101 | 110001 |
Color Harmonies of #AA644E
Complementary color
Monochromatic Colors of #AA644E
Black with #AA644E
Text Example
Text Example
White with #AA644E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA644E; }
p { color: rgb(170,100,78); }
H1.HeaderClassName
{
color: #AA644E;
}
.AnyTagClassName
{
color: #AA644E;
}
</style>
background-color css
<style>
a { background-color: #AA644E; }
a { background-color: rgb(170,100,78); }
div.DivClassName
{
background-color: #AA644E;
}
.BgClassName
{
background-color: #AA644E;
}
</style>
border-color css
<style>
span { border-color: #AA644E; }
span { border-color: rgb(170,100,78); }
td.TdClassName
{
border-color: #AA644E;
}
.TagClassName
{
border-color: #AA644E;
}
</style>