Shades of Sante Fe #AB6450
Tints of Sante Fe #AB6450
RGB
CMYK
RGB Variations
Color information
#AB6450 (or 0xAB6450) is known color: Sante Fe. HEX triplet: AB, 64 and 50. RGB value is (171,100,80). Sum of RGB (Red+Green+Blue) = 171+100+80=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6450 is #549BAF. Grayscale: #777777. Windows color (decimal): -5544880 or 5268651. OLE color: 5268651.
HSL color Cylindrical-coordinate representation of color #AB6450: hue angle of 13.19º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6450 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 80 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.33 |
| HSL | 13.19º | 0.36% | 0.49% | - |
| HSV(B) | 13.19º | 0.53% | 0.67% | - |
| XYZ | 22.8 | 18.35 | 9.93 | - |
| YUV | 118.95 | 106.02 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 80 | 0 | 0.42 | 0.53 | 0.33 | 13.19 | 0.36 | 0.49 |
| Hex | AB | 64 | 50 | 0 | 2A | 35 | 21 | D | 24 | 31 |
| Octal | 253 | 144 | 120 | 0 | 52 | 65 | 41 | 15 | 44 | 61 |
| Binary | 10101011 | 1100100 | 1010000 | 0 | 101010 | 110101 | 100001 | 1101 | 100100 | 110001 |
Color Harmonies of #AB6450
Complementary color
Monochromatic Colors of #AB6450
Black with #AB6450
Text Example
Text Example
White with #AB6450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6450; }
p { color: rgb(171,100,80); }
H1.HeaderClassName
{
color: #AB6450;
}
.AnyTagClassName
{
color: #AB6450;
}
</style>
background-color css
<style>
a { background-color: #AB6450; }
a { background-color: rgb(171,100,80); }
div.DivClassName
{
background-color: #AB6450;
}
.BgClassName
{
background-color: #AB6450;
}
</style>
border-color css
<style>
span { border-color: #AB6450; }
span { border-color: rgb(171,100,80); }
td.TdClassName
{
border-color: #AB6450;
}
.TagClassName
{
border-color: #AB6450;
}
</style>