Shades of Sante Fe #AA6F4E
Tints of Sante Fe #AA6F4E
RGB
CMYK
RGB Variations
Color information
#AA6F4E (or 0xAA6F4E) is known color: Sante Fe. HEX triplet: AA, 6F and 4E. RGB value is (170,111,78). Sum of RGB (Red+Green+Blue) = 170+111+78=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F4E is #5590B1. Grayscale: #7D7D7D. Windows color (decimal): -5607602 or 5140394. OLE color: 5140394.
HSL color Cylindrical-coordinate representation of color #AA6F4E: hue angle of 21.52º 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 #AA6F4E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 78 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.33 |
| HSL | 21.52º | 0.37% | 0.49% | - |
| HSV(B) | 21.52º | 0.54% | 0.67% | - |
| XYZ | 23.64 | 20.46 | 9.91 | - |
| YUV | 124.88 | 101.55 | 160.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 78 | 0 | 0.35 | 0.54 | 0.33 | 21.52 | 0.37 | 0.49 |
| Hex | AA | 6F | 4E | 0 | 23 | 36 | 21 | 16 | 25 | 31 |
| Octal | 252 | 157 | 116 | 0 | 43 | 66 | 41 | 26 | 45 | 61 |
| Binary | 10101010 | 1101111 | 1001110 | 0 | 100011 | 110110 | 100001 | 10110 | 100101 | 110001 |
Color Harmonies of #AA6F4E
Complementary color
Monochromatic Colors of #AA6F4E
Black with #AA6F4E
Text Example
Text Example
White with #AA6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F4E; }
p { color: rgb(170,111,78); }
H1.HeaderClassName
{
color: #AA6F4E;
}
.AnyTagClassName
{
color: #AA6F4E;
}
</style>
background-color css
<style>
a { background-color: #AA6F4E; }
a { background-color: rgb(170,111,78); }
div.DivClassName
{
background-color: #AA6F4E;
}
.BgClassName
{
background-color: #AA6F4E;
}
</style>
border-color css
<style>
span { border-color: #AA6F4E; }
span { border-color: rgb(170,111,78); }
td.TdClassName
{
border-color: #AA6F4E;
}
.TagClassName
{
border-color: #AA6F4E;
}
</style>