Shades of Sante Fe #A9694B
Tints of Sante Fe #A9694B
RGB
CMYK
RGB Variations
Color information
#A9694B (or 0xA9694B) is known color: Sante Fe. HEX triplet: A9, 69 and 4B. RGB value is (169,105,75). Sum of RGB (Red+Green+Blue) = 169+105+75=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9694B is #5696B4. Grayscale: #787878. Windows color (decimal): -5674677 or 4942249. OLE color: 4942249.
HSL color Cylindrical-coordinate representation of color #A9694B: hue angle of 19.15º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A9694B is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 105 | 75 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.34 |
| HSL | 19.15º | 0.39% | 0.48% | - |
| HSV(B) | 19.15º | 0.56% | 0.66% | - |
| XYZ | 22.68 | 19.05 | 9.14 | - |
| YUV | 120.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 75 | 0 | 0.38 | 0.56 | 0.34 | 19.15 | 0.39 | 0.48 |
| Hex | A9 | 69 | 4B | 0 | 26 | 38 | 22 | 13 | 27 | 30 |
| Octal | 251 | 151 | 113 | 0 | 46 | 70 | 42 | 23 | 47 | 60 |
| Binary | 10101001 | 1101001 | 1001011 | 0 | 100110 | 111000 | 100010 | 10011 | 100111 | 110000 |
Color Harmonies of #A9694B
Complementary color
Monochromatic Colors of #A9694B
Black with #A9694B
Text Example
Text Example
White with #A9694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9694B; }
p { color: rgb(169,105,75); }
H1.HeaderClassName
{
color: #A9694B;
}
.AnyTagClassName
{
color: #A9694B;
}
</style>
background-color css
<style>
a { background-color: #A9694B; }
a { background-color: rgb(169,105,75); }
div.DivClassName
{
background-color: #A9694B;
}
.BgClassName
{
background-color: #A9694B;
}
</style>
border-color css
<style>
span { border-color: #A9694B; }
span { border-color: rgb(169,105,75); }
td.TdClassName
{
border-color: #A9694B;
}
.TagClassName
{
border-color: #A9694B;
}
</style>