Shades of Sante Fe #AB6253
Tints of Sante Fe #AB6253
RGB
CMYK
RGB Variations
Color information
#AB6253 (or 0xAB6253) is known color: Sante Fe. HEX triplet: AB, 62 and 53. RGB value is (171,98,83). Sum of RGB (Red+Green+Blue) = 171+98+83=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6253 is #549DAC. Grayscale: #767676. Windows color (decimal): -5545389 or 5464747. OLE color: 5464747.
HSL color Cylindrical-coordinate representation of color #AB6253: hue angle of 10.23º 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 #AB6253 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 98 | 83 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.33 |
| HSL | 10.23º | 0.35% | 0.5% | - |
| HSV(B) | 10.23º | 0.51% | 0.67% | - |
| XYZ | 22.72 | 18.02 | 10.46 | - |
| YUV | 118.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 83 | 0 | 0.43 | 0.51 | 0.33 | 10.23 | 0.35 | 0.5 |
| Hex | AB | 62 | 53 | 0 | 2B | 33 | 21 | A | 23 | 32 |
| Octal | 253 | 142 | 123 | 0 | 53 | 63 | 41 | 12 | 43 | 62 |
| Binary | 10101011 | 1100010 | 1010011 | 0 | 101011 | 110011 | 100001 | 1010 | 100011 | 110010 |
Color Harmonies of #AB6253
Complementary color
Monochromatic Colors of #AB6253
Black with #AB6253
Text Example
Text Example
White with #AB6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6253; }
p { color: rgb(171,98,83); }
H1.HeaderClassName
{
color: #AB6253;
}
.AnyTagClassName
{
color: #AB6253;
}
</style>
background-color css
<style>
a { background-color: #AB6253; }
a { background-color: rgb(171,98,83); }
div.DivClassName
{
background-color: #AB6253;
}
.BgClassName
{
background-color: #AB6253;
}
</style>
border-color css
<style>
span { border-color: #AB6253; }
span { border-color: rgb(171,98,83); }
td.TdClassName
{
border-color: #AB6253;
}
.TagClassName
{
border-color: #AB6253;
}
</style>