Shades of Sante Fe #AA6452
Tints of Sante Fe #AA6452
RGB
CMYK
RGB Variations
Color information
#AA6452 (or 0xAA6452) is known color: Sante Fe. HEX triplet: AA, 64 and 52. RGB value is (170,100,82). Sum of RGB (Red+Green+Blue) = 170+100+82=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6452 is #559BAD. Grayscale: #777777. Windows color (decimal): -5610414 or 5399722. OLE color: 5399722.
HSL color Cylindrical-coordinate representation of color #AA6452: hue angle of 12.27º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AA6452 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 100 | 82 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.33 |
| HSL | 12.27º | 0.35% | 0.49% | - |
| HSV(B) | 12.27º | 0.52% | 0.67% | - |
| XYZ | 22.66 | 18.27 | 10.31 | - |
| YUV | 118.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 100 | 82 | 0 | 0.41 | 0.52 | 0.33 | 12.27 | 0.35 | 0.49 |
| Hex | AA | 64 | 52 | 0 | 29 | 34 | 21 | C | 23 | 31 |
| Octal | 252 | 144 | 122 | 0 | 51 | 64 | 41 | 14 | 43 | 61 |
| Binary | 10101010 | 1100100 | 1010010 | 0 | 101001 | 110100 | 100001 | 1100 | 100011 | 110001 |
Color Harmonies of #AA6452
Complementary color
Monochromatic Colors of #AA6452
Black with #AA6452
Text Example
Text Example
White with #AA6452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6452; }
p { color: rgb(170,100,82); }
H1.HeaderClassName
{
color: #AA6452;
}
.AnyTagClassName
{
color: #AA6452;
}
</style>
background-color css
<style>
a { background-color: #AA6452; }
a { background-color: rgb(170,100,82); }
div.DivClassName
{
background-color: #AA6452;
}
.BgClassName
{
background-color: #AA6452;
}
</style>
border-color css
<style>
span { border-color: #AA6452; }
span { border-color: rgb(170,100,82); }
td.TdClassName
{
border-color: #AA6452;
}
.TagClassName
{
border-color: #AA6452;
}
</style>