Shades of Sante Fe #AB674D
Tints of Sante Fe #AB674D
RGB
CMYK
RGB Variations
Color information
#AB674D (or 0xAB674D) is known color: Sante Fe. HEX triplet: AB, 67 and 4D. RGB value is (171,103,77). Sum of RGB (Red+Green+Blue) = 171+103+77=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB674D is #5498B2. Grayscale: #787878. Windows color (decimal): -5544115 or 5072811. OLE color: 5072811.
HSL color Cylindrical-coordinate representation of color #AB674D: hue angle of 16.6º 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 #AB674D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 77 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.33 |
| HSL | 16.6º | 0.38% | 0.49% | - |
| HSV(B) | 16.6º | 0.55% | 0.67% | - |
| XYZ | 22.98 | 18.89 | 9.46 | - |
| YUV | 120.37 | 103.53 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 77 | 0 | 0.40 | 0.55 | 0.33 | 16.6 | 0.38 | 0.49 |
| Hex | AB | 67 | 4D | 0 | 28 | 37 | 21 | 11 | 26 | 31 |
| Octal | 253 | 147 | 115 | 0 | 50 | 67 | 41 | 21 | 46 | 61 |
| Binary | 10101011 | 1100111 | 1001101 | 0 | 101000 | 110111 | 100001 | 10001 | 100110 | 110001 |
Color Harmonies of #AB674D
Complementary color
Monochromatic Colors of #AB674D
Black with #AB674D
Text Example
Text Example
White with #AB674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB674D; }
p { color: rgb(171,103,77); }
H1.HeaderClassName
{
color: #AB674D;
}
.AnyTagClassName
{
color: #AB674D;
}
</style>
background-color css
<style>
a { background-color: #AB674D; }
a { background-color: rgb(171,103,77); }
div.DivClassName
{
background-color: #AB674D;
}
.BgClassName
{
background-color: #AB674D;
}
</style>
border-color css
<style>
span { border-color: #AB674D; }
span { border-color: rgb(171,103,77); }
td.TdClassName
{
border-color: #AB674D;
}
.TagClassName
{
border-color: #AB674D;
}
</style>