Shades of Sante Fe #AA6D4E
Tints of Sante Fe #AA6D4E
RGB
CMYK
RGB Variations
Color information
#AA6D4E (or 0xAA6D4E) is known color: Sante Fe. HEX triplet: AA, 6D and 4E. RGB value is (170,109,78). Sum of RGB (Red+Green+Blue) = 170+109+78=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D4E is #5592B1. Grayscale: #7B7B7B. Windows color (decimal): -5608114 or 5139882. OLE color: 5139882.
HSL color Cylindrical-coordinate representation of color #AA6D4E: hue angle of 20.22º 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 #AA6D4E is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 78 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.33 |
| HSL | 20.22º | 0.37% | 0.49% | - |
| HSV(B) | 20.22º | 0.54% | 0.67% | - |
| XYZ | 23.42 | 20.03 | 9.84 | - |
| YUV | 123.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 78 | 0 | 0.36 | 0.54 | 0.33 | 20.22 | 0.37 | 0.49 |
| Hex | AA | 6D | 4E | 0 | 24 | 36 | 21 | 14 | 25 | 31 |
| Octal | 252 | 155 | 116 | 0 | 44 | 66 | 41 | 24 | 45 | 61 |
| Binary | 10101010 | 1101101 | 1001110 | 0 | 100100 | 110110 | 100001 | 10100 | 100101 | 110001 |
Color Harmonies of #AA6D4E
Complementary color
Monochromatic Colors of #AA6D4E
Black with #AA6D4E
Text Example
Text Example
White with #AA6D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D4E; }
p { color: rgb(170,109,78); }
H1.HeaderClassName
{
color: #AA6D4E;
}
.AnyTagClassName
{
color: #AA6D4E;
}
</style>
background-color css
<style>
a { background-color: #AA6D4E; }
a { background-color: rgb(170,109,78); }
div.DivClassName
{
background-color: #AA6D4E;
}
.BgClassName
{
background-color: #AA6D4E;
}
</style>
border-color css
<style>
span { border-color: #AA6D4E; }
span { border-color: rgb(170,109,78); }
td.TdClassName
{
border-color: #AA6D4E;
}
.TagClassName
{
border-color: #AA6D4E;
}
</style>