Shades of Sante Fe #AA734D
Tints of Sante Fe #AA734D
RGB
CMYK
RGB Variations
Color information
#AA734D (or 0xAA734D) is known color: Sante Fe. HEX triplet: AA, 73 and 4D. RGB value is (170,115,77). Sum of RGB (Red+Green+Blue) = 170+115+77=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA734D is #558CB2. Grayscale: #7F7F7F. Windows color (decimal): -5606579 or 5075882. OLE color: 5075882.
HSL color Cylindrical-coordinate representation of color #AA734D: hue angle of 24.52º 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 #AA734D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 77 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.33 |
| HSL | 24.52º | 0.38% | 0.48% | - |
| HSV(B) | 24.52º | 0.55% | 0.67% | - |
| XYZ | 24.05 | 21.34 | 9.87 | - |
| YUV | 127.11 | 99.72 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 77 | 0 | 0.32 | 0.55 | 0.33 | 24.52 | 0.38 | 0.48 |
| Hex | AA | 73 | 4D | 0 | 20 | 37 | 21 | 19 | 26 | 30 |
| Octal | 252 | 163 | 115 | 0 | 40 | 67 | 41 | 31 | 46 | 60 |
| Binary | 10101010 | 1110011 | 1001101 | 0 | 100000 | 110111 | 100001 | 11001 | 100110 | 110000 |
Color Harmonies of #AA734D
Complementary color
Monochromatic Colors of #AA734D
Black with #AA734D
Text Example
Text Example
White with #AA734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA734D; }
p { color: rgb(170,115,77); }
H1.HeaderClassName
{
color: #AA734D;
}
.AnyTagClassName
{
color: #AA734D;
}
</style>
background-color css
<style>
a { background-color: #AA734D; }
a { background-color: rgb(170,115,77); }
div.DivClassName
{
background-color: #AA734D;
}
.BgClassName
{
background-color: #AA734D;
}
</style>
border-color css
<style>
span { border-color: #AA734D; }
span { border-color: rgb(170,115,77); }
td.TdClassName
{
border-color: #AA734D;
}
.TagClassName
{
border-color: #AA734D;
}
</style>