Shades of Sante Fe #AA6D4F
Tints of Sante Fe #AA6D4F
RGB
CMYK
RGB Variations
Color information
#AA6D4F (or 0xAA6D4F) is known color: Sante Fe. HEX triplet: AA, 6D and 4F. RGB value is (170,109,79). Sum of RGB (Red+Green+Blue) = 170+109+79=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D4F is #5592B0. Grayscale: #7C7C7C. Windows color (decimal): -5608113 or 5205418. OLE color: 5205418.
HSL color Cylindrical-coordinate representation of color #AA6D4F: hue angle of 19.78º 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 #AA6D4F is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 79 | - |
| CMYK | 0 | 0.36 | 0.54 | 0.33 |
| HSL | 19.78º | 0.37% | 0.49% | - |
| HSV(B) | 19.78º | 0.54% | 0.67% | - |
| XYZ | 23.46 | 20.05 | 10.03 | - |
| YUV | 123.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 79 | 0 | 0.36 | 0.54 | 0.33 | 19.78 | 0.37 | 0.49 |
| Hex | AA | 6D | 4F | 0 | 24 | 36 | 21 | 14 | 25 | 31 |
| Octal | 252 | 155 | 117 | 0 | 44 | 66 | 41 | 24 | 45 | 61 |
| Binary | 10101010 | 1101101 | 1001111 | 0 | 100100 | 110110 | 100001 | 10100 | 100101 | 110001 |
Color Harmonies of #AA6D4F
Complementary color
Monochromatic Colors of #AA6D4F
Black with #AA6D4F
Text Example
Text Example
White with #AA6D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D4F; }
p { color: rgb(170,109,79); }
H1.HeaderClassName
{
color: #AA6D4F;
}
.AnyTagClassName
{
color: #AA6D4F;
}
</style>
background-color css
<style>
a { background-color: #AA6D4F; }
a { background-color: rgb(170,109,79); }
div.DivClassName
{
background-color: #AA6D4F;
}
.BgClassName
{
background-color: #AA6D4F;
}
</style>
border-color css
<style>
span { border-color: #AA6D4F; }
span { border-color: rgb(170,109,79); }
td.TdClassName
{
border-color: #AA6D4F;
}
.TagClassName
{
border-color: #AA6D4F;
}
</style>