Shades of Sante Fe #AB6F54
Tints of Sante Fe #AB6F54
RGB
CMYK
RGB Variations
Color information
#AB6F54 (or 0xAB6F54) is known color: Sante Fe. HEX triplet: AB, 6F and 54. RGB value is (171,111,84). Sum of RGB (Red+Green+Blue) = 171+111+84=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6F54 is #5490AB. Grayscale: #7E7E7E. Windows color (decimal): -5542060 or 5533611. OLE color: 5533611.
HSL color Cylindrical-coordinate representation of color #AB6F54: hue angle of 18.62º degrees, saturation: 0.34, 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 #AB6F54 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 84 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.33 |
| HSL | 18.62º | 0.34% | 0.5% | - |
| HSV(B) | 18.62º | 0.51% | 0.67% | - |
| XYZ | 24.08 | 20.67 | 11.11 | - |
| YUV | 125.86 | 104.38 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 84 | 0 | 0.35 | 0.51 | 0.33 | 18.62 | 0.34 | 0.5 |
| Hex | AB | 6F | 54 | 0 | 23 | 33 | 21 | 13 | 22 | 32 |
| Octal | 253 | 157 | 124 | 0 | 43 | 63 | 41 | 23 | 42 | 62 |
| Binary | 10101011 | 1101111 | 1010100 | 0 | 100011 | 110011 | 100001 | 10011 | 100010 | 110010 |
Color Harmonies of #AB6F54
Complementary color
Monochromatic Colors of #AB6F54
Black with #AB6F54
Text Example
Text Example
White with #AB6F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F54; }
p { color: rgb(171,111,84); }
H1.HeaderClassName
{
color: #AB6F54;
}
.AnyTagClassName
{
color: #AB6F54;
}
</style>
background-color css
<style>
a { background-color: #AB6F54; }
a { background-color: rgb(171,111,84); }
div.DivClassName
{
background-color: #AB6F54;
}
.BgClassName
{
background-color: #AB6F54;
}
</style>
border-color css
<style>
span { border-color: #AB6F54; }
span { border-color: rgb(171,111,84); }
td.TdClassName
{
border-color: #AB6F54;
}
.TagClassName
{
border-color: #AB6F54;
}
</style>