Shades of Sante Fe #AB6353
Tints of Sante Fe #AB6353
RGB
CMYK
RGB Variations
Color information
#AB6353 (or 0xAB6353) is known color: Sante Fe. HEX triplet: AB, 63 and 53. RGB value is (171,99,83). Sum of RGB (Red+Green+Blue) = 171+99+83=353 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.44% from 353); Green value is 99 (39.06% from 255 or 28.05% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6353 is #549CAC. Grayscale: #767676. Windows color (decimal): -5545133 or 5465003. OLE color: 5465003.
HSL color Cylindrical-coordinate representation of color #AB6353: hue angle of 10.91º 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 #AB6353 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 99 | 83 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.33 |
| HSL | 10.91º | 0.35% | 0.5% | - |
| HSV(B) | 10.91º | 0.51% | 0.67% | - |
| XYZ | 22.82 | 18.21 | 10.5 | - |
| YUV | 118.7 | 107.85 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 99 | 83 | 0 | 0.42 | 0.51 | 0.33 | 10.91 | 0.35 | 0.5 |
| Hex | AB | 63 | 53 | 0 | 2A | 33 | 21 | B | 23 | 32 |
| Octal | 253 | 143 | 123 | 0 | 52 | 63 | 41 | 13 | 43 | 62 |
| Binary | 10101011 | 1100011 | 1010011 | 0 | 101010 | 110011 | 100001 | 1011 | 100011 | 110010 |
Color Harmonies of #AB6353
Complementary color
Monochromatic Colors of #AB6353
Black with #AB6353
Text Example
Text Example
White with #AB6353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6353; }
p { color: rgb(171,99,83); }
H1.HeaderClassName
{
color: #AB6353;
}
.AnyTagClassName
{
color: #AB6353;
}
</style>
background-color css
<style>
a { background-color: #AB6353; }
a { background-color: rgb(171,99,83); }
div.DivClassName
{
background-color: #AB6353;
}
.BgClassName
{
background-color: #AB6353;
}
</style>
border-color css
<style>
span { border-color: #AB6353; }
span { border-color: rgb(171,99,83); }
td.TdClassName
{
border-color: #AB6353;
}
.TagClassName
{
border-color: #AB6353;
}
</style>