Shades of Sante Fe #AB7353
Tints of Sante Fe #AB7353
RGB
CMYK
RGB Variations
Color information
#AB7353 (or 0xAB7353) is known color: Sante Fe. HEX triplet: AB, 73 and 53. RGB value is (171,115,83). Sum of RGB (Red+Green+Blue) = 171+115+83=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7353 is #548CAC. Grayscale: #808080. Windows color (decimal): -5541037 or 5469099. OLE color: 5469099.
HSL color Cylindrical-coordinate representation of color #AB7353: hue angle of 21.82º 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 #AB7353 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 83 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.33 |
| HSL | 21.82º | 0.35% | 0.5% | - |
| HSV(B) | 21.82º | 0.51% | 0.67% | - |
| XYZ | 24.49 | 21.54 | 11.05 | - |
| YUV | 128.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 83 | 0 | 0.33 | 0.51 | 0.33 | 21.82 | 0.35 | 0.5 |
| Hex | AB | 73 | 53 | 0 | 21 | 33 | 21 | 16 | 23 | 32 |
| Octal | 253 | 163 | 123 | 0 | 41 | 63 | 41 | 26 | 43 | 62 |
| Binary | 10101011 | 1110011 | 1010011 | 0 | 100001 | 110011 | 100001 | 10110 | 100011 | 110010 |
Color Harmonies of #AB7353
Complementary color
Monochromatic Colors of #AB7353
Black with #AB7353
Text Example
Text Example
White with #AB7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7353; }
p { color: rgb(171,115,83); }
H1.HeaderClassName
{
color: #AB7353;
}
.AnyTagClassName
{
color: #AB7353;
}
</style>
background-color css
<style>
a { background-color: #AB7353; }
a { background-color: rgb(171,115,83); }
div.DivClassName
{
background-color: #AB7353;
}
.BgClassName
{
background-color: #AB7353;
}
</style>
border-color css
<style>
span { border-color: #AB7353; }
span { border-color: rgb(171,115,83); }
td.TdClassName
{
border-color: #AB7353;
}
.TagClassName
{
border-color: #AB7353;
}
</style>