Shades of Sante Fe #AB7454
Tints of Sante Fe #AB7454
RGB
CMYK
RGB Variations
Color information
#AB7454 (or 0xAB7454) is known color: Sante Fe. HEX triplet: AB, 74 and 54. RGB value is (171,116,84). Sum of RGB (Red+Green+Blue) = 171+116+84=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7454 is #548BAB. Grayscale: #808080. Windows color (decimal): -5540780 or 5534891. OLE color: 5534891.
HSL color Cylindrical-coordinate representation of color #AB7454: hue angle of 22.07º 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 #AB7454 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 84 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.33 |
| HSL | 22.07º | 0.34% | 0.5% | - |
| HSV(B) | 22.07º | 0.51% | 0.67% | - |
| XYZ | 24.64 | 21.79 | 11.29 | - |
| YUV | 128.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 84 | 0 | 0.32 | 0.51 | 0.33 | 22.07 | 0.34 | 0.5 |
| Hex | AB | 74 | 54 | 0 | 20 | 33 | 21 | 16 | 22 | 32 |
| Octal | 253 | 164 | 124 | 0 | 40 | 63 | 41 | 26 | 42 | 62 |
| Binary | 10101011 | 1110100 | 1010100 | 0 | 100000 | 110011 | 100001 | 10110 | 100010 | 110010 |
Color Harmonies of #AB7454
Complementary color
Monochromatic Colors of #AB7454
Black with #AB7454
Text Example
Text Example
White with #AB7454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7454; }
p { color: rgb(171,116,84); }
H1.HeaderClassName
{
color: #AB7454;
}
.AnyTagClassName
{
color: #AB7454;
}
</style>
background-color css
<style>
a { background-color: #AB7454; }
a { background-color: rgb(171,116,84); }
div.DivClassName
{
background-color: #AB7454;
}
.BgClassName
{
background-color: #AB7454;
}
</style>
border-color css
<style>
span { border-color: #AB7454; }
span { border-color: rgb(171,116,84); }
td.TdClassName
{
border-color: #AB7454;
}
.TagClassName
{
border-color: #AB7454;
}
</style>