Shades of Sante Fe #AB6455
Tints of Sante Fe #AB6455
RGB
CMYK
RGB Variations
Color information
#AB6455 (or 0xAB6455) is known color: Sante Fe. HEX triplet: AB, 64 and 55. RGB value is (171,100,85). Sum of RGB (Red+Green+Blue) = 171+100+85=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6455 is #549BAA. Grayscale: #777777. Windows color (decimal): -5544875 or 5596331. OLE color: 5596331.
HSL color Cylindrical-coordinate representation of color #AB6455: hue angle of 10.47º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB6455 is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 100 | 85 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.33 |
| HSL | 10.47º | 0.34% | 0.5% | - |
| HSV(B) | 10.47º | 0.5% | 0.67% | - |
| XYZ | 22.99 | 18.43 | 10.94 | - |
| YUV | 119.52 | 108.52 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 85 | 0 | 0.42 | 0.50 | 0.33 | 10.47 | 0.34 | 0.5 |
| Hex | AB | 64 | 55 | 0 | 2A | 32 | 21 | A | 22 | 32 |
| Octal | 253 | 144 | 125 | 0 | 52 | 62 | 41 | 12 | 42 | 62 |
| Binary | 10101011 | 1100100 | 1010101 | 0 | 101010 | 110010 | 100001 | 1010 | 100010 | 110010 |
Color Harmonies of #AB6455
Complementary color
Monochromatic Colors of #AB6455
Black with #AB6455
Text Example
Text Example
White with #AB6455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6455; }
p { color: rgb(171,100,85); }
H1.HeaderClassName
{
color: #AB6455;
}
.AnyTagClassName
{
color: #AB6455;
}
</style>
background-color css
<style>
a { background-color: #AB6455; }
a { background-color: rgb(171,100,85); }
div.DivClassName
{
background-color: #AB6455;
}
.BgClassName
{
background-color: #AB6455;
}
</style>
border-color css
<style>
span { border-color: #AB6455; }
span { border-color: rgb(171,100,85); }
td.TdClassName
{
border-color: #AB6455;
}
.TagClassName
{
border-color: #AB6455;
}
</style>