Shades of Sante Fe #AB6853
Tints of Sante Fe #AB6853
RGB
CMYK
RGB Variations
Color information
#AB6853 (or 0xAB6853) is known color: Sante Fe. HEX triplet: AB, 68 and 53. RGB value is (171,104,83). Sum of RGB (Red+Green+Blue) = 171+104+83=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6853 is #5497AC. Grayscale: #797979. Windows color (decimal): -5543853 or 5466283. OLE color: 5466283.
HSL color Cylindrical-coordinate representation of color #AB6853: hue angle of 14.32º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB6853 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 83 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.33 |
| HSL | 14.32º | 0.35% | 0.5% | - |
| HSV(B) | 14.32º | 0.51% | 0.67% | - |
| XYZ | 23.31 | 19.18 | 10.66 | - |
| YUV | 121.64 | 106.2 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 83 | 0 | 0.39 | 0.51 | 0.33 | 14.32 | 0.35 | 0.5 |
| Hex | AB | 68 | 53 | 0 | 27 | 33 | 21 | E | 23 | 32 |
| Octal | 253 | 150 | 123 | 0 | 47 | 63 | 41 | 16 | 43 | 62 |
| Binary | 10101011 | 1101000 | 1010011 | 0 | 100111 | 110011 | 100001 | 1110 | 100011 | 110010 |
Color Harmonies of #AB6853
Complementary color
Monochromatic Colors of #AB6853
Black with #AB6853
Text Example
Text Example
White with #AB6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6853; }
p { color: rgb(171,104,83); }
H1.HeaderClassName
{
color: #AB6853;
}
.AnyTagClassName
{
color: #AB6853;
}
</style>
background-color css
<style>
a { background-color: #AB6853; }
a { background-color: rgb(171,104,83); }
div.DivClassName
{
background-color: #AB6853;
}
.BgClassName
{
background-color: #AB6853;
}
</style>
border-color css
<style>
span { border-color: #AB6853; }
span { border-color: rgb(171,104,83); }
td.TdClassName
{
border-color: #AB6853;
}
.TagClassName
{
border-color: #AB6853;
}
</style>