Shades of Sante Fe #AB724E
Tints of Sante Fe #AB724E
RGB
CMYK
RGB Variations
Color information
#AB724E (or 0xAB724E) is known color: Sante Fe. HEX triplet: AB, 72 and 4E. RGB value is (171,114,78). Sum of RGB (Red+Green+Blue) = 171+114+78=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB724E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB724E is #548DB1. Grayscale: #7F7F7F. Windows color (decimal): -5541298 or 5141163. OLE color: 5141163.
HSL color Cylindrical-coordinate representation of color #AB724E: hue angle of 23.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB724E is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 114 | 78 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.33 |
| HSL | 23.23º | 0.37% | 0.49% | - |
| HSV(B) | 23.23º | 0.54% | 0.67% | - |
| XYZ | 24.19 | 21.24 | 10.03 | - |
| YUV | 126.94 | 100.38 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 114 | 78 | 0 | 0.33 | 0.54 | 0.33 | 23.23 | 0.37 | 0.49 |
| Hex | AB | 72 | 4E | 0 | 21 | 36 | 21 | 17 | 25 | 31 |
| Octal | 253 | 162 | 116 | 0 | 41 | 66 | 41 | 27 | 45 | 61 |
| Binary | 10101011 | 1110010 | 1001110 | 0 | 100001 | 110110 | 100001 | 10111 | 100101 | 110001 |
Color Harmonies of #AB724E
Complementary color
Monochromatic Colors of #AB724E
Black with #AB724E
Text Example
Text Example
White with #AB724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB724E; }
p { color: rgb(171,114,78); }
H1.HeaderClassName
{
color: #AB724E;
}
.AnyTagClassName
{
color: #AB724E;
}
</style>
background-color css
<style>
a { background-color: #AB724E; }
a { background-color: rgb(171,114,78); }
div.DivClassName
{
background-color: #AB724E;
}
.BgClassName
{
background-color: #AB724E;
}
</style>
border-color css
<style>
span { border-color: #AB724E; }
span { border-color: rgb(171,114,78); }
td.TdClassName
{
border-color: #AB724E;
}
.TagClassName
{
border-color: #AB724E;
}
</style>