Shades of Sante Fe #A97752
Tints of Sante Fe #A97752
RGB
CMYK
RGB Variations
Color information
#A97752 (or 0xA97752) is known color: Sante Fe. HEX triplet: A9, 77 and 52. RGB value is (169,119,82). Sum of RGB (Red+Green+Blue) = 169+119+82=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A97752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A97752 is #5688AD. Grayscale: #818181. Windows color (decimal): -5671086 or 5404585. OLE color: 5404585.
HSL color Cylindrical-coordinate representation of color #A97752: hue angle of 25.52º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A97752 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 82 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.34 |
| HSL | 25.52º | 0.35% | 0.49% | - |
| HSV(B) | 25.52º | 0.51% | 0.66% | - |
| XYZ | 24.48 | 22.24 | 10.98 | - |
| YUV | 129.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 82 | 0 | 0.30 | 0.51 | 0.34 | 25.52 | 0.35 | 0.49 |
| Hex | A9 | 77 | 52 | 0 | 1E | 33 | 22 | 1A | 23 | 31 |
| Octal | 251 | 167 | 122 | 0 | 36 | 63 | 42 | 32 | 43 | 61 |
| Binary | 10101001 | 1110111 | 1010010 | 0 | 11110 | 110011 | 100010 | 11010 | 100011 | 110001 |
Color Harmonies of #A97752
Complementary color
Monochromatic Colors of #A97752
Black with #A97752
Text Example
Text Example
White with #A97752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A97752; }
p { color: rgb(169,119,82); }
H1.HeaderClassName
{
color: #A97752;
}
.AnyTagClassName
{
color: #A97752;
}
</style>
background-color css
<style>
a { background-color: #A97752; }
a { background-color: rgb(169,119,82); }
div.DivClassName
{
background-color: #A97752;
}
.BgClassName
{
background-color: #A97752;
}
</style>
border-color css
<style>
span { border-color: #A97752; }
span { border-color: rgb(169,119,82); }
td.TdClassName
{
border-color: #A97752;
}
.TagClassName
{
border-color: #A97752;
}
</style>