Shades of Sante Fe #A9734C
Tints of Sante Fe #A9734C
RGB
CMYK
RGB Variations
Color information
#A9734C (or 0xA9734C) is known color: Sante Fe. HEX triplet: A9, 73 and 4C. RGB value is (169,115,76). Sum of RGB (Red+Green+Blue) = 169+115+76=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A9734C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9734C is #568CB3. Grayscale: #7E7E7E. Windows color (decimal): -5672116 or 5010345. OLE color: 5010345.
HSL color Cylindrical-coordinate representation of color #A9734C: hue angle of 25.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A9734C is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 76 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.34 |
| HSL | 25.16º | 0.38% | 0.48% | - |
| HSV(B) | 25.16º | 0.55% | 0.66% | - |
| XYZ | 23.8 | 21.22 | 9.68 | - |
| YUV | 126.7 | 99.39 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 76 | 0 | 0.32 | 0.55 | 0.34 | 25.16 | 0.38 | 0.48 |
| Hex | A9 | 73 | 4C | 0 | 20 | 37 | 22 | 19 | 26 | 30 |
| Octal | 251 | 163 | 114 | 0 | 40 | 67 | 42 | 31 | 46 | 60 |
| Binary | 10101001 | 1110011 | 1001100 | 0 | 100000 | 110111 | 100010 | 11001 | 100110 | 110000 |
Color Harmonies of #A9734C
Complementary color
Monochromatic Colors of #A9734C
Black with #A9734C
Text Example
Text Example
White with #A9734C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9734C; }
p { color: rgb(169,115,76); }
H1.HeaderClassName
{
color: #A9734C;
}
.AnyTagClassName
{
color: #A9734C;
}
</style>
background-color css
<style>
a { background-color: #A9734C; }
a { background-color: rgb(169,115,76); }
div.DivClassName
{
background-color: #A9734C;
}
.BgClassName
{
background-color: #A9734C;
}
</style>
border-color css
<style>
span { border-color: #A9734C; }
span { border-color: rgb(169,115,76); }
td.TdClassName
{
border-color: #A9734C;
}
.TagClassName
{
border-color: #A9734C;
}
</style>