Shades of Sante Fe #AA624D
Tints of Sante Fe #AA624D
RGB
CMYK
RGB Variations
Color information
#AA624D (or 0xAA624D) is known color: Sante Fe. HEX triplet: AA, 62 and 4D. RGB value is (170,98,77). Sum of RGB (Red+Green+Blue) = 170+98+77=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA624D is #559DB2. Grayscale: #757575. Windows color (decimal): -5610931 or 5071530. OLE color: 5071530.
HSL color Cylindrical-coordinate representation of color #AA624D: hue angle of 13.55º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA624D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 98 | 77 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.33 |
| HSL | 13.55º | 0.38% | 0.48% | - |
| HSV(B) | 13.55º | 0.55% | 0.67% | - |
| XYZ | 22.28 | 17.82 | 9.29 | - |
| YUV | 117.13 | 105.35 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 77 | 0 | 0.42 | 0.55 | 0.33 | 13.55 | 0.38 | 0.48 |
| Hex | AA | 62 | 4D | 0 | 2A | 37 | 21 | E | 26 | 30 |
| Octal | 252 | 142 | 115 | 0 | 52 | 67 | 41 | 16 | 46 | 60 |
| Binary | 10101010 | 1100010 | 1001101 | 0 | 101010 | 110111 | 100001 | 1110 | 100110 | 110000 |
Color Harmonies of #AA624D
Complementary color
Monochromatic Colors of #AA624D
Black with #AA624D
Text Example
Text Example
White with #AA624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA624D; }
p { color: rgb(170,98,77); }
H1.HeaderClassName
{
color: #AA624D;
}
.AnyTagClassName
{
color: #AA624D;
}
</style>
background-color css
<style>
a { background-color: #AA624D; }
a { background-color: rgb(170,98,77); }
div.DivClassName
{
background-color: #AA624D;
}
.BgClassName
{
background-color: #AA624D;
}
</style>
border-color css
<style>
span { border-color: #AA624D; }
span { border-color: rgb(170,98,77); }
td.TdClassName
{
border-color: #AA624D;
}
.TagClassName
{
border-color: #AA624D;
}
</style>