Shades of Sante Fe #AB6D50
Tints of Sante Fe #AB6D50
RGB
CMYK
RGB Variations
Color information
#AB6D50 (or 0xAB6D50) is known color: Sante Fe. HEX triplet: AB, 6D and 50. RGB value is (171,109,80). Sum of RGB (Red+Green+Blue) = 171+109+80=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6D50 is #5492AF. Grayscale: #7C7C7C. Windows color (decimal): -5542576 or 5270955. OLE color: 5270955.
HSL color Cylindrical-coordinate representation of color #AB6D50: hue angle of 19.12º 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 #AB6D50 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 109 | 80 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.33 |
| HSL | 19.12º | 0.36% | 0.49% | - |
| HSV(B) | 19.12º | 0.53% | 0.67% | - |
| XYZ | 23.71 | 20.17 | 10.23 | - |
| YUV | 124.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 80 | 0 | 0.36 | 0.53 | 0.33 | 19.12 | 0.36 | 0.49 |
| Hex | AB | 6D | 50 | 0 | 24 | 35 | 21 | 13 | 24 | 31 |
| Octal | 253 | 155 | 120 | 0 | 44 | 65 | 41 | 23 | 44 | 61 |
| Binary | 10101011 | 1101101 | 1010000 | 0 | 100100 | 110101 | 100001 | 10011 | 100100 | 110001 |
Color Harmonies of #AB6D50
Complementary color
Monochromatic Colors of #AB6D50
Black with #AB6D50
Text Example
Text Example
White with #AB6D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6D50; }
p { color: rgb(171,109,80); }
H1.HeaderClassName
{
color: #AB6D50;
}
.AnyTagClassName
{
color: #AB6D50;
}
</style>
background-color css
<style>
a { background-color: #AB6D50; }
a { background-color: rgb(171,109,80); }
div.DivClassName
{
background-color: #AB6D50;
}
.BgClassName
{
background-color: #AB6D50;
}
</style>
border-color css
<style>
span { border-color: #AB6D50; }
span { border-color: rgb(171,109,80); }
td.TdClassName
{
border-color: #AB6D50;
}
.TagClassName
{
border-color: #AB6D50;
}
</style>