Shades of Sante Fe #AB654D
Tints of Sante Fe #AB654D
RGB
CMYK
RGB Variations
Color information
#AB654D (or 0xAB654D) is known color: Sante Fe. HEX triplet: AB, 65 and 4D. RGB value is (171,101,77). Sum of RGB (Red+Green+Blue) = 171+101+77=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB654D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB654D is #549AB2. Grayscale: #777777. Windows color (decimal): -5544627 or 5072299. OLE color: 5072299.
HSL color Cylindrical-coordinate representation of color #AB654D: hue angle of 15.32º 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 #AB654D is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 101 | 77 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.33 |
| HSL | 15.32º | 0.38% | 0.49% | - |
| HSV(B) | 15.32º | 0.55% | 0.67% | - |
| XYZ | 22.79 | 18.5 | 9.39 | - |
| YUV | 119.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 101 | 77 | 0 | 0.41 | 0.55 | 0.33 | 15.32 | 0.38 | 0.49 |
| Hex | AB | 65 | 4D | 0 | 29 | 37 | 21 | F | 26 | 31 |
| Octal | 253 | 145 | 115 | 0 | 51 | 67 | 41 | 17 | 46 | 61 |
| Binary | 10101011 | 1100101 | 1001101 | 0 | 101001 | 110111 | 100001 | 1111 | 100110 | 110001 |
Color Harmonies of #AB654D
Complementary color
Monochromatic Colors of #AB654D
Black with #AB654D
Text Example
Text Example
White with #AB654D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB654D; }
p { color: rgb(171,101,77); }
H1.HeaderClassName
{
color: #AB654D;
}
.AnyTagClassName
{
color: #AB654D;
}
</style>
background-color css
<style>
a { background-color: #AB654D; }
a { background-color: rgb(171,101,77); }
div.DivClassName
{
background-color: #AB654D;
}
.BgClassName
{
background-color: #AB654D;
}
</style>
border-color css
<style>
span { border-color: #AB654D; }
span { border-color: rgb(171,101,77); }
td.TdClassName
{
border-color: #AB654D;
}
.TagClassName
{
border-color: #AB654D;
}
</style>