Shades of Sante Fe #AB694E
Tints of Sante Fe #AB694E
RGB
CMYK
RGB Variations
Color information
#AB694E (or 0xAB694E) is known color: Sante Fe. HEX triplet: AB, 69 and 4E. RGB value is (171,105,78). Sum of RGB (Red+Green+Blue) = 171+105+78=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB694E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB694E is #5496B1. Grayscale: #797979. Windows color (decimal): -5543602 or 5138859. OLE color: 5138859.
HSL color Cylindrical-coordinate representation of color #AB694E: hue angle of 17.42º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB694E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 78 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.33 |
| HSL | 17.42º | 0.37% | 0.49% | - |
| HSV(B) | 17.42º | 0.54% | 0.67% | - |
| XYZ | 23.22 | 19.31 | 9.71 | - |
| YUV | 121.66 | 103.37 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 78 | 0 | 0.39 | 0.54 | 0.33 | 17.42 | 0.37 | 0.49 |
| Hex | AB | 69 | 4E | 0 | 27 | 36 | 21 | 11 | 25 | 31 |
| Octal | 253 | 151 | 116 | 0 | 47 | 66 | 41 | 21 | 45 | 61 |
| Binary | 10101011 | 1101001 | 1001110 | 0 | 100111 | 110110 | 100001 | 10001 | 100101 | 110001 |
Color Harmonies of #AB694E
Complementary color
Monochromatic Colors of #AB694E
Black with #AB694E
Text Example
Text Example
White with #AB694E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB694E; }
p { color: rgb(171,105,78); }
H1.HeaderClassName
{
color: #AB694E;
}
.AnyTagClassName
{
color: #AB694E;
}
</style>
background-color css
<style>
a { background-color: #AB694E; }
a { background-color: rgb(171,105,78); }
div.DivClassName
{
background-color: #AB694E;
}
.BgClassName
{
background-color: #AB694E;
}
</style>
border-color css
<style>
span { border-color: #AB694E; }
span { border-color: rgb(171,105,78); }
td.TdClassName
{
border-color: #AB694E;
}
.TagClassName
{
border-color: #AB694E;
}
</style>