Shades of Sante Fe #AB6A4D
Tints of Sante Fe #AB6A4D
RGB
CMYK
RGB Variations
Color information
#AB6A4D (or 0xAB6A4D) is known color: Sante Fe. HEX triplet: AB, 6A and 4D. RGB value is (171,106,77). Sum of RGB (Red+Green+Blue) = 171+106+77=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6A4D is #5495B2. Grayscale: #7A7A7A. Windows color (decimal): -5543347 or 5073579. OLE color: 5073579.
HSL color Cylindrical-coordinate representation of color #AB6A4D: hue angle of 18.51º 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 #AB6A4D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 106 | 77 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.33 |
| HSL | 18.51º | 0.38% | 0.49% | - |
| HSV(B) | 18.51º | 0.55% | 0.67% | - |
| XYZ | 23.29 | 19.5 | 9.56 | - |
| YUV | 122.13 | 102.53 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 77 | 0 | 0.38 | 0.55 | 0.33 | 18.51 | 0.38 | 0.49 |
| Hex | AB | 6A | 4D | 0 | 26 | 37 | 21 | 13 | 26 | 31 |
| Octal | 253 | 152 | 115 | 0 | 46 | 67 | 41 | 23 | 46 | 61 |
| Binary | 10101011 | 1101010 | 1001101 | 0 | 100110 | 110111 | 100001 | 10011 | 100110 | 110001 |
Color Harmonies of #AB6A4D
Complementary color
Monochromatic Colors of #AB6A4D
Black with #AB6A4D
Text Example
Text Example
White with #AB6A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6A4D; }
p { color: rgb(171,106,77); }
H1.HeaderClassName
{
color: #AB6A4D;
}
.AnyTagClassName
{
color: #AB6A4D;
}
</style>
background-color css
<style>
a { background-color: #AB6A4D; }
a { background-color: rgb(171,106,77); }
div.DivClassName
{
background-color: #AB6A4D;
}
.BgClassName
{
background-color: #AB6A4D;
}
</style>
border-color css
<style>
span { border-color: #AB6A4D; }
span { border-color: rgb(171,106,77); }
td.TdClassName
{
border-color: #AB6A4D;
}
.TagClassName
{
border-color: #AB6A4D;
}
</style>