Shades of Sante Fe #AB684D
Tints of Sante Fe #AB684D
RGB
CMYK
RGB Variations
Color information
#AB684D (or 0xAB684D) is known color: Sante Fe. HEX triplet: AB, 68 and 4D. RGB value is (171,104,77). Sum of RGB (Red+Green+Blue) = 171+104+77=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB684D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB684D is #5497B2. Grayscale: #797979. Windows color (decimal): -5543859 or 5073067. OLE color: 5073067.
HSL color Cylindrical-coordinate representation of color #AB684D: hue angle of 17.23º 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 #AB684D is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 104 | 77 | - |
| CMYK | 0 | 0.39 | 0.55 | 0.33 |
| HSL | 17.23º | 0.38% | 0.49% | - |
| HSV(B) | 17.23º | 0.55% | 0.67% | - |
| XYZ | 23.08 | 19.09 | 9.49 | - |
| YUV | 120.96 | 103.2 | 163.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 104 | 77 | 0 | 0.39 | 0.55 | 0.33 | 17.23 | 0.38 | 0.49 |
| Hex | AB | 68 | 4D | 0 | 27 | 37 | 21 | 11 | 26 | 31 |
| Octal | 253 | 150 | 115 | 0 | 47 | 67 | 41 | 21 | 46 | 61 |
| Binary | 10101011 | 1101000 | 1001101 | 0 | 100111 | 110111 | 100001 | 10001 | 100110 | 110001 |
Color Harmonies of #AB684D
Complementary color
Monochromatic Colors of #AB684D
Black with #AB684D
Text Example
Text Example
White with #AB684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB684D; }
p { color: rgb(171,104,77); }
H1.HeaderClassName
{
color: #AB684D;
}
.AnyTagClassName
{
color: #AB684D;
}
</style>
background-color css
<style>
a { background-color: #AB684D; }
a { background-color: rgb(171,104,77); }
div.DivClassName
{
background-color: #AB684D;
}
.BgClassName
{
background-color: #AB684D;
}
</style>
border-color css
<style>
span { border-color: #AB684D; }
span { border-color: rgb(171,104,77); }
td.TdClassName
{
border-color: #AB684D;
}
.TagClassName
{
border-color: #AB684D;
}
</style>