Shades of Sante Fe #AB6752
Tints of Sante Fe #AB6752
RGB
CMYK
RGB Variations
Color information
#AB6752 (or 0xAB6752) is known color: Sante Fe. HEX triplet: AB, 67 and 52. RGB value is (171,103,82). Sum of RGB (Red+Green+Blue) = 171+103+82=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6752 is #5498AD. Grayscale: #797979. Windows color (decimal): -5544110 or 5400491. OLE color: 5400491.
HSL color Cylindrical-coordinate representation of color #AB6752: hue angle of 14.16º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB6752 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 103 | 82 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.33 |
| HSL | 14.16º | 0.35% | 0.5% | - |
| HSV(B) | 14.16º | 0.52% | 0.67% | - |
| XYZ | 23.17 | 18.97 | 10.42 | - |
| YUV | 120.94 | 106.03 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 82 | 0 | 0.40 | 0.52 | 0.33 | 14.16 | 0.35 | 0.5 |
| Hex | AB | 67 | 52 | 0 | 28 | 34 | 21 | E | 23 | 32 |
| Octal | 253 | 147 | 122 | 0 | 50 | 64 | 41 | 16 | 43 | 62 |
| Binary | 10101011 | 1100111 | 1010010 | 0 | 101000 | 110100 | 100001 | 1110 | 100011 | 110010 |
Color Harmonies of #AB6752
Complementary color
Monochromatic Colors of #AB6752
Black with #AB6752
Text Example
Text Example
White with #AB6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6752; }
p { color: rgb(171,103,82); }
H1.HeaderClassName
{
color: #AB6752;
}
.AnyTagClassName
{
color: #AB6752;
}
</style>
background-color css
<style>
a { background-color: #AB6752; }
a { background-color: rgb(171,103,82); }
div.DivClassName
{
background-color: #AB6752;
}
.BgClassName
{
background-color: #AB6752;
}
</style>
border-color css
<style>
span { border-color: #AB6752; }
span { border-color: rgb(171,103,82); }
td.TdClassName
{
border-color: #AB6752;
}
.TagClassName
{
border-color: #AB6752;
}
</style>