Shades of Sante Fe #AB6754
Tints of Sante Fe #AB6754
RGB
CMYK
RGB Variations
Color information
#AB6754 (or 0xAB6754) is known color: Sante Fe. HEX triplet: AB, 67 and 54. RGB value is (171,103,84). Sum of RGB (Red+Green+Blue) = 171+103+84=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6754 is #5498AB. Grayscale: #797979. Windows color (decimal): -5544108 or 5531563. OLE color: 5531563.
HSL color Cylindrical-coordinate representation of color #AB6754: hue angle of 13.1º 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 #AB6754 is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 84 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.33 |
| HSL | 13.1º | 0.34% | 0.5% | - |
| HSV(B) | 13.1º | 0.51% | 0.67% | - |
| XYZ | 23.25 | 19 | 10.83 | - |
| YUV | 121.17 | 107.03 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 84 | 0 | 0.40 | 0.51 | 0.33 | 13.1 | 0.34 | 0.5 |
| Hex | AB | 67 | 54 | 0 | 28 | 33 | 21 | D | 22 | 32 |
| Octal | 253 | 147 | 124 | 0 | 50 | 63 | 41 | 15 | 42 | 62 |
| Binary | 10101011 | 1100111 | 1010100 | 0 | 101000 | 110011 | 100001 | 1101 | 100010 | 110010 |
Color Harmonies of #AB6754
Complementary color
Monochromatic Colors of #AB6754
Black with #AB6754
Text Example
Text Example
White with #AB6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6754; }
p { color: rgb(171,103,84); }
H1.HeaderClassName
{
color: #AB6754;
}
.AnyTagClassName
{
color: #AB6754;
}
</style>
background-color css
<style>
a { background-color: #AB6754; }
a { background-color: rgb(171,103,84); }
div.DivClassName
{
background-color: #AB6754;
}
.BgClassName
{
background-color: #AB6754;
}
</style>
border-color css
<style>
span { border-color: #AB6754; }
span { border-color: rgb(171,103,84); }
td.TdClassName
{
border-color: #AB6754;
}
.TagClassName
{
border-color: #AB6754;
}
</style>