Shades of Sante Fe #AB6A54
Tints of Sante Fe #AB6A54
RGB
CMYK
RGB Variations
Color information
#AB6A54 (or 0xAB6A54) is known color: Sante Fe. HEX triplet: AB, 6A and 54. RGB value is (171,106,84). Sum of RGB (Red+Green+Blue) = 171+106+84=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A54 is #5495AB. Grayscale: #7B7B7B. Windows color (decimal): -5543340 or 5532331. OLE color: 5532331.
HSL color Cylindrical-coordinate representation of color #AB6A54: hue angle of 15.17º 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 #AB6A54 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 84 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.33 |
| HSL | 15.17º | 0.34% | 0.5% | - |
| HSV(B) | 15.17º | 0.51% | 0.67% | - |
| XYZ | 23.55 | 19.61 | 10.93 | - |
| YUV | 122.93 | 106.03 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 84 | 0 | 0.38 | 0.51 | 0.33 | 15.17 | 0.34 | 0.5 |
| Hex | AB | 6A | 54 | 0 | 26 | 33 | 21 | F | 22 | 32 |
| Octal | 253 | 152 | 124 | 0 | 46 | 63 | 41 | 17 | 42 | 62 |
| Binary | 10101011 | 1101010 | 1010100 | 0 | 100110 | 110011 | 100001 | 1111 | 100010 | 110010 |
Color Harmonies of #AB6A54
Complementary color
Monochromatic Colors of #AB6A54
Black with #AB6A54
Text Example
Text Example
White with #AB6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A54; }
p { color: rgb(171,106,84); }
H1.HeaderClassName
{
color: #AB6A54;
}
.AnyTagClassName
{
color: #AB6A54;
}
</style>
background-color css
<style>
a { background-color: #AB6A54; }
a { background-color: rgb(171,106,84); }
div.DivClassName
{
background-color: #AB6A54;
}
.BgClassName
{
background-color: #AB6A54;
}
</style>
border-color css
<style>
span { border-color: #AB6A54; }
span { border-color: rgb(171,106,84); }
td.TdClassName
{
border-color: #AB6A54;
}
.TagClassName
{
border-color: #AB6A54;
}
</style>