Shades of Sante Fe #AB6F49
Tints of Sante Fe #AB6F49
RGB
CMYK
RGB Variations
Color information
#AB6F49 (or 0xAB6F49) is known color: Sante Fe. HEX triplet: AB, 6F and 49. RGB value is (171,111,73). Sum of RGB (Red+Green+Blue) = 171+111+73=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6F49 is #5490B6. Grayscale: #7C7C7C. Windows color (decimal): -5542071 or 4812715. OLE color: 4812715.
HSL color Cylindrical-coordinate representation of color #AB6F49: hue angle of 23.27º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6F49 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 111 | 73 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.33 |
| HSL | 23.27º | 0.4% | 0.48% | - |
| HSV(B) | 23.27º | 0.57% | 0.67% | - |
| XYZ | 23.68 | 20.51 | 9.01 | - |
| YUV | 124.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 111 | 73 | 0 | 0.35 | 0.57 | 0.33 | 23.27 | 0.4 | 0.48 |
| Hex | AB | 6F | 49 | 0 | 23 | 39 | 21 | 17 | 28 | 30 |
| Octal | 253 | 157 | 111 | 0 | 43 | 71 | 41 | 27 | 50 | 60 |
| Binary | 10101011 | 1101111 | 1001001 | 0 | 100011 | 111001 | 100001 | 10111 | 101000 | 110000 |
Color Harmonies of #AB6F49
Complementary color
Monochromatic Colors of #AB6F49
Black with #AB6F49
Text Example
Text Example
White with #AB6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6F49; }
p { color: rgb(171,111,73); }
H1.HeaderClassName
{
color: #AB6F49;
}
.AnyTagClassName
{
color: #AB6F49;
}
</style>
background-color css
<style>
a { background-color: #AB6F49; }
a { background-color: rgb(171,111,73); }
div.DivClassName
{
background-color: #AB6F49;
}
.BgClassName
{
background-color: #AB6F49;
}
</style>
border-color css
<style>
span { border-color: #AB6F49; }
span { border-color: rgb(171,111,73); }
td.TdClassName
{
border-color: #AB6F49;
}
.TagClassName
{
border-color: #AB6F49;
}
</style>