Shades of Sante Fe #AB6553
Tints of Sante Fe #AB6553
RGB
CMYK
RGB Variations
Color information
#AB6553 (or 0xAB6553) is known color: Sante Fe. HEX triplet: AB, 65 and 53. RGB value is (171,101,83). Sum of RGB (Red+Green+Blue) = 171+101+83=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6553 is #549AAC. Grayscale: #787878. Windows color (decimal): -5544621 or 5465515. OLE color: 5465515.
HSL color Cylindrical-coordinate representation of color #AB6553: hue angle of 12.27º 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 #AB6553 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 83 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.33 |
| HSL | 12.27º | 0.35% | 0.5% | - |
| HSV(B) | 12.27º | 0.51% | 0.67% | - |
| XYZ | 23.01 | 18.59 | 10.56 | - |
| YUV | 119.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 83 | 0 | 0.41 | 0.51 | 0.33 | 12.27 | 0.35 | 0.5 |
| Hex | AB | 65 | 53 | 0 | 29 | 33 | 21 | C | 23 | 32 |
| Octal | 253 | 145 | 123 | 0 | 51 | 63 | 41 | 14 | 43 | 62 |
| Binary | 10101011 | 1100101 | 1010011 | 0 | 101001 | 110011 | 100001 | 1100 | 100011 | 110010 |
Color Harmonies of #AB6553
Complementary color
Monochromatic Colors of #AB6553
Black with #AB6553
Text Example
Text Example
White with #AB6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6553; }
p { color: rgb(171,101,83); }
H1.HeaderClassName
{
color: #AB6553;
}
.AnyTagClassName
{
color: #AB6553;
}
</style>
background-color css
<style>
a { background-color: #AB6553; }
a { background-color: rgb(171,101,83); }
div.DivClassName
{
background-color: #AB6553;
}
.BgClassName
{
background-color: #AB6553;
}
</style>
border-color css
<style>
span { border-color: #AB6553; }
span { border-color: rgb(171,101,83); }
td.TdClassName
{
border-color: #AB6553;
}
.TagClassName
{
border-color: #AB6553;
}
</style>