Shades of Sante Fe #AB644D
Tints of Sante Fe #AB644D
RGB
CMYK
RGB Variations
Color information
#AB644D (or 0xAB644D) is known color: Sante Fe. HEX triplet: AB, 64 and 4D. RGB value is (171,100,77). Sum of RGB (Red+Green+Blue) = 171+100+77=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB644D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB644D is #549BB2. Grayscale: #767676. Windows color (decimal): -5544883 or 5072043. OLE color: 5072043.
HSL color Cylindrical-coordinate representation of color #AB644D: hue angle of 14.68º 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 #AB644D is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 77 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.33 |
| HSL | 14.68º | 0.38% | 0.49% | - |
| HSV(B) | 14.68º | 0.55% | 0.67% | - |
| XYZ | 22.69 | 18.31 | 9.36 | - |
| YUV | 118.61 | 104.52 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 77 | 0 | 0.42 | 0.55 | 0.33 | 14.68 | 0.38 | 0.49 |
| Hex | AB | 64 | 4D | 0 | 2A | 37 | 21 | F | 26 | 31 |
| Octal | 253 | 144 | 115 | 0 | 52 | 67 | 41 | 17 | 46 | 61 |
| Binary | 10101011 | 1100100 | 1001101 | 0 | 101010 | 110111 | 100001 | 1111 | 100110 | 110001 |
Color Harmonies of #AB644D
Complementary color
Monochromatic Colors of #AB644D
Black with #AB644D
Text Example
Text Example
White with #AB644D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB644D; }
p { color: rgb(171,100,77); }
H1.HeaderClassName
{
color: #AB644D;
}
.AnyTagClassName
{
color: #AB644D;
}
</style>
background-color css
<style>
a { background-color: #AB644D; }
a { background-color: rgb(171,100,77); }
div.DivClassName
{
background-color: #AB644D;
}
.BgClassName
{
background-color: #AB644D;
}
</style>
border-color css
<style>
span { border-color: #AB644D; }
span { border-color: rgb(171,100,77); }
td.TdClassName
{
border-color: #AB644D;
}
.TagClassName
{
border-color: #AB644D;
}
</style>