Shades of Sante Fe #AB6E53
Tints of Sante Fe #AB6E53
RGB
CMYK
RGB Variations
Color information
#AB6E53 (or 0xAB6E53) is known color: Sante Fe. HEX triplet: AB, 6E and 53. RGB value is (171,110,83). Sum of RGB (Red+Green+Blue) = 171+110+83=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E53 is #5491AC. Grayscale: #7D7D7D. Windows color (decimal): -5542317 or 5467819. OLE color: 5467819.
HSL color Cylindrical-coordinate representation of color #AB6E53: hue angle of 18.41º 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 #AB6E53 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 83 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.33 |
| HSL | 18.41º | 0.35% | 0.5% | - |
| HSV(B) | 18.41º | 0.51% | 0.67% | - |
| XYZ | 23.93 | 20.43 | 10.87 | - |
| YUV | 125.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 83 | 0 | 0.36 | 0.51 | 0.33 | 18.41 | 0.35 | 0.5 |
| Hex | AB | 6E | 53 | 0 | 24 | 33 | 21 | 12 | 23 | 32 |
| Octal | 253 | 156 | 123 | 0 | 44 | 63 | 41 | 22 | 43 | 62 |
| Binary | 10101011 | 1101110 | 1010011 | 0 | 100100 | 110011 | 100001 | 10010 | 100011 | 110010 |
Color Harmonies of #AB6E53
Complementary color
Monochromatic Colors of #AB6E53
Black with #AB6E53
Text Example
Text Example
White with #AB6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E53; }
p { color: rgb(171,110,83); }
H1.HeaderClassName
{
color: #AB6E53;
}
.AnyTagClassName
{
color: #AB6E53;
}
</style>
background-color css
<style>
a { background-color: #AB6E53; }
a { background-color: rgb(171,110,83); }
div.DivClassName
{
background-color: #AB6E53;
}
.BgClassName
{
background-color: #AB6E53;
}
</style>
border-color css
<style>
span { border-color: #AB6E53; }
span { border-color: rgb(171,110,83); }
td.TdClassName
{
border-color: #AB6E53;
}
.TagClassName
{
border-color: #AB6E53;
}
</style>