Shades of Sante Fe #AA674E
Tints of Sante Fe #AA674E
RGB
CMYK
RGB Variations
Color information
#AA674E (or 0xAA674E) is known color: Sante Fe. HEX triplet: AA, 67 and 4E. RGB value is (170,103,78). Sum of RGB (Red+Green+Blue) = 170+103+78=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA674E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA674E is #5598B1. Grayscale: #787878. Windows color (decimal): -5609650 or 5138346. OLE color: 5138346.
HSL color Cylindrical-coordinate representation of color #AA674E: hue angle of 16.3º 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 #AA674E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 103 | 78 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.33 |
| HSL | 16.3º | 0.37% | 0.49% | - |
| HSV(B) | 16.3º | 0.54% | 0.67% | - |
| XYZ | 22.8 | 18.8 | 9.63 | - |
| YUV | 120.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 103 | 78 | 0 | 0.39 | 0.54 | 0.33 | 16.3 | 0.37 | 0.49 |
| Hex | AA | 67 | 4E | 0 | 27 | 36 | 21 | 10 | 25 | 31 |
| Octal | 252 | 147 | 116 | 0 | 47 | 66 | 41 | 20 | 45 | 61 |
| Binary | 10101010 | 1100111 | 1001110 | 0 | 100111 | 110110 | 100001 | 10000 | 100101 | 110001 |
Color Harmonies of #AA674E
Complementary color
Monochromatic Colors of #AA674E
Black with #AA674E
Text Example
Text Example
White with #AA674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA674E; }
p { color: rgb(170,103,78); }
H1.HeaderClassName
{
color: #AA674E;
}
.AnyTagClassName
{
color: #AA674E;
}
</style>
background-color css
<style>
a { background-color: #AA674E; }
a { background-color: rgb(170,103,78); }
div.DivClassName
{
background-color: #AA674E;
}
.BgClassName
{
background-color: #AA674E;
}
</style>
border-color css
<style>
span { border-color: #AA674E; }
span { border-color: rgb(170,103,78); }
td.TdClassName
{
border-color: #AA674E;
}
.TagClassName
{
border-color: #AA674E;
}
</style>