Shades of Sante Fe #AA624E
Tints of Sante Fe #AA624E
RGB
CMYK
RGB Variations
Color information
#AA624E (or 0xAA624E) is known color: Sante Fe. HEX triplet: AA, 62 and 4E. RGB value is (170,98,78). Sum of RGB (Red+Green+Blue) = 170+98+78=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA624E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA624E is #559DB1. Grayscale: #757575. Windows color (decimal): -5610930 or 5137066. OLE color: 5137066.
HSL color Cylindrical-coordinate representation of color #AA624E: hue angle of 13.04º 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 #AA624E is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 78 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.33 |
| HSL | 13.04º | 0.37% | 0.49% | - |
| HSV(B) | 13.04º | 0.54% | 0.67% | - |
| XYZ | 22.32 | 17.83 | 9.47 | - |
| YUV | 117.25 | 105.85 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 78 | 0 | 0.42 | 0.54 | 0.33 | 13.04 | 0.37 | 0.49 |
| Hex | AA | 62 | 4E | 0 | 2A | 36 | 21 | D | 25 | 31 |
| Octal | 252 | 142 | 116 | 0 | 52 | 66 | 41 | 15 | 45 | 61 |
| Binary | 10101010 | 1100010 | 1001110 | 0 | 101010 | 110110 | 100001 | 1101 | 100101 | 110001 |
Color Harmonies of #AA624E
Complementary color
Monochromatic Colors of #AA624E
Black with #AA624E
Text Example
Text Example
White with #AA624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA624E; }
p { color: rgb(170,98,78); }
H1.HeaderClassName
{
color: #AA624E;
}
.AnyTagClassName
{
color: #AA624E;
}
</style>
background-color css
<style>
a { background-color: #AA624E; }
a { background-color: rgb(170,98,78); }
div.DivClassName
{
background-color: #AA624E;
}
.BgClassName
{
background-color: #AA624E;
}
</style>
border-color css
<style>
span { border-color: #AA624E; }
span { border-color: rgb(170,98,78); }
td.TdClassName
{
border-color: #AA624E;
}
.TagClassName
{
border-color: #AA624E;
}
</style>