Shades of Sante Fe #AB6453
Tints of Sante Fe #AB6453
RGB
CMYK
RGB Variations
Color information
#AB6453 (or 0xAB6453) is known color: Sante Fe. HEX triplet: AB, 64 and 53. RGB value is (171,100,83). Sum of RGB (Red+Green+Blue) = 171+100+83=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6453 is #549BAC. Grayscale: #777777. Windows color (decimal): -5544877 or 5465259. OLE color: 5465259.
HSL color Cylindrical-coordinate representation of color #AB6453: hue angle of 11.59º 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 #AB6453 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 83 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.33 |
| HSL | 11.59º | 0.35% | 0.5% | - |
| HSV(B) | 11.59º | 0.51% | 0.67% | - |
| XYZ | 22.91 | 18.4 | 10.53 | - |
| YUV | 119.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 83 | 0 | 0.42 | 0.51 | 0.33 | 11.59 | 0.35 | 0.5 |
| Hex | AB | 64 | 53 | 0 | 2A | 33 | 21 | C | 23 | 32 |
| Octal | 253 | 144 | 123 | 0 | 52 | 63 | 41 | 14 | 43 | 62 |
| Binary | 10101011 | 1100100 | 1010011 | 0 | 101010 | 110011 | 100001 | 1100 | 100011 | 110010 |
Color Harmonies of #AB6453
Complementary color
Monochromatic Colors of #AB6453
Black with #AB6453
Text Example
Text Example
White with #AB6453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6453; }
p { color: rgb(171,100,83); }
H1.HeaderClassName
{
color: #AB6453;
}
.AnyTagClassName
{
color: #AB6453;
}
</style>
background-color css
<style>
a { background-color: #AB6453; }
a { background-color: rgb(171,100,83); }
div.DivClassName
{
background-color: #AB6453;
}
.BgClassName
{
background-color: #AB6453;
}
</style>
border-color css
<style>
span { border-color: #AB6453; }
span { border-color: rgb(171,100,83); }
td.TdClassName
{
border-color: #AB6453;
}
.TagClassName
{
border-color: #AB6453;
}
</style>