Shades of Sante Fe #AB754D
Tints of Sante Fe #AB754D
RGB
CMYK
RGB Variations
Color information
#AB754D (or 0xAB754D) is known color: Sante Fe. HEX triplet: AB, 75 and 4D. RGB value is (171,117,77). Sum of RGB (Red+Green+Blue) = 171+117+77=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB754D is #548AB2. Grayscale: #808080. Windows color (decimal): -5540531 or 5076395. OLE color: 5076395.
HSL color Cylindrical-coordinate representation of color #AB754D: hue angle of 25.53º 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 #AB754D is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 77 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.33 |
| HSL | 25.53º | 0.38% | 0.49% | - |
| HSV(B) | 25.53º | 0.55% | 0.67% | - |
| XYZ | 24.5 | 21.92 | 9.96 | - |
| YUV | 128.59 | 98.89 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 77 | 0 | 0.32 | 0.55 | 0.33 | 25.53 | 0.38 | 0.49 |
| Hex | AB | 75 | 4D | 0 | 20 | 37 | 21 | 1A | 26 | 31 |
| Octal | 253 | 165 | 115 | 0 | 40 | 67 | 41 | 32 | 46 | 61 |
| Binary | 10101011 | 1110101 | 1001101 | 0 | 100000 | 110111 | 100001 | 11010 | 100110 | 110001 |
Color Harmonies of #AB754D
Complementary color
Monochromatic Colors of #AB754D
Black with #AB754D
Text Example
Text Example
White with #AB754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB754D; }
p { color: rgb(171,117,77); }
H1.HeaderClassName
{
color: #AB754D;
}
.AnyTagClassName
{
color: #AB754D;
}
</style>
background-color css
<style>
a { background-color: #AB754D; }
a { background-color: rgb(171,117,77); }
div.DivClassName
{
background-color: #AB754D;
}
.BgClassName
{
background-color: #AB754D;
}
</style>
border-color css
<style>
span { border-color: #AB754D; }
span { border-color: rgb(171,117,77); }
td.TdClassName
{
border-color: #AB754D;
}
.TagClassName
{
border-color: #AB754D;
}
</style>