Shades of Sante Fe #AB744D
Tints of Sante Fe #AB744D
RGB
CMYK
RGB Variations
Color information
#AB744D (or 0xAB744D) is known color: Sante Fe. HEX triplet: AB, 74 and 4D. RGB value is (171,116,77). Sum of RGB (Red+Green+Blue) = 171+116+77=364 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.98% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 171 - color contains mainly: red. Hex color #AB744D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB744D is #548BB2. Grayscale: #808080. Windows color (decimal): -5540787 or 5076139. OLE color: 5076139.
HSL color Cylindrical-coordinate representation of color #AB744D: hue angle of 24.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB744D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 77 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.33 |
| HSL | 24.89º | 0.38% | 0.49% | - |
| HSV(B) | 24.89º | 0.55% | 0.67% | - |
| XYZ | 24.38 | 21.68 | 9.92 | - |
| YUV | 128 | 99.22 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 77 | 0 | 0.32 | 0.55 | 0.33 | 24.89 | 0.38 | 0.49 |
| Hex | AB | 74 | 4D | 0 | 20 | 37 | 21 | 19 | 26 | 31 |
| Octal | 253 | 164 | 115 | 0 | 40 | 67 | 41 | 31 | 46 | 61 |
| Binary | 10101011 | 1110100 | 1001101 | 0 | 100000 | 110111 | 100001 | 11001 | 100110 | 110001 |
Color Harmonies of #AB744D
Complementary color
Monochromatic Colors of #AB744D
Black with #AB744D
Text Example
Text Example
White with #AB744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB744D; }
p { color: rgb(171,116,77); }
H1.HeaderClassName
{
color: #AB744D;
}
.AnyTagClassName
{
color: #AB744D;
}
</style>
background-color css
<style>
a { background-color: #AB744D; }
a { background-color: rgb(171,116,77); }
div.DivClassName
{
background-color: #AB744D;
}
.BgClassName
{
background-color: #AB744D;
}
</style>
border-color css
<style>
span { border-color: #AB744D; }
span { border-color: rgb(171,116,77); }
td.TdClassName
{
border-color: #AB744D;
}
.TagClassName
{
border-color: #AB744D;
}
</style>