Shades of Sante Fe #AB694F
Tints of Sante Fe #AB694F
RGB
CMYK
RGB Variations
Color information
#AB694F (or 0xAB694F) is known color: Sante Fe. HEX triplet: AB, 69 and 4F. RGB value is (171,105,79). Sum of RGB (Red+Green+Blue) = 171+105+79=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB694F is #5496B0. Grayscale: #797979. Windows color (decimal): -5543601 or 5204395. OLE color: 5204395.
HSL color Cylindrical-coordinate representation of color #AB694F: hue angle of 16.96º 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 #AB694F is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 105 | 79 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.33 |
| HSL | 16.96º | 0.37% | 0.49% | - |
| HSV(B) | 16.96º | 0.54% | 0.67% | - |
| XYZ | 23.26 | 19.33 | 9.9 | - |
| YUV | 121.77 | 103.87 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 79 | 0 | 0.39 | 0.54 | 0.33 | 16.96 | 0.37 | 0.49 |
| Hex | AB | 69 | 4F | 0 | 27 | 36 | 21 | 11 | 25 | 31 |
| Octal | 253 | 151 | 117 | 0 | 47 | 66 | 41 | 21 | 45 | 61 |
| Binary | 10101011 | 1101001 | 1001111 | 0 | 100111 | 110110 | 100001 | 10001 | 100101 | 110001 |
Color Harmonies of #AB694F
Complementary color
Monochromatic Colors of #AB694F
Black with #AB694F
Text Example
Text Example
White with #AB694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB694F; }
p { color: rgb(171,105,79); }
H1.HeaderClassName
{
color: #AB694F;
}
.AnyTagClassName
{
color: #AB694F;
}
</style>
background-color css
<style>
a { background-color: #AB694F; }
a { background-color: rgb(171,105,79); }
div.DivClassName
{
background-color: #AB694F;
}
.BgClassName
{
background-color: #AB694F;
}
</style>
border-color css
<style>
span { border-color: #AB694F; }
span { border-color: rgb(171,105,79); }
td.TdClassName
{
border-color: #AB694F;
}
.TagClassName
{
border-color: #AB694F;
}
</style>