Shades of Sante Fe #AB7552
Tints of Sante Fe #AB7552
RGB
CMYK
RGB Variations
Color information
#AB7552 (or 0xAB7552) is known color: Sante Fe. HEX triplet: AB, 75 and 52. RGB value is (171,117,82). Sum of RGB (Red+Green+Blue) = 171+117+82=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7552 is #548AAD. Grayscale: #818181. Windows color (decimal): -5540526 or 5404075. OLE color: 5404075.
HSL color Cylindrical-coordinate representation of color #AB7552: hue angle of 23.6º 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 #AB7552 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 82 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.33 |
| HSL | 23.6º | 0.35% | 0.5% | - |
| HSV(B) | 23.6º | 0.52% | 0.67% | - |
| XYZ | 24.68 | 21.99 | 10.93 | - |
| YUV | 129.16 | 101.39 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 82 | 0 | 0.32 | 0.52 | 0.33 | 23.6 | 0.35 | 0.5 |
| Hex | AB | 75 | 52 | 0 | 20 | 34 | 21 | 18 | 23 | 32 |
| Octal | 253 | 165 | 122 | 0 | 40 | 64 | 41 | 30 | 43 | 62 |
| Binary | 10101011 | 1110101 | 1010010 | 0 | 100000 | 110100 | 100001 | 11000 | 100011 | 110010 |
Color Harmonies of #AB7552
Complementary color
Monochromatic Colors of #AB7552
Black with #AB7552
Text Example
Text Example
White with #AB7552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7552; }
p { color: rgb(171,117,82); }
H1.HeaderClassName
{
color: #AB7552;
}
.AnyTagClassName
{
color: #AB7552;
}
</style>
background-color css
<style>
a { background-color: #AB7552; }
a { background-color: rgb(171,117,82); }
div.DivClassName
{
background-color: #AB7552;
}
.BgClassName
{
background-color: #AB7552;
}
</style>
border-color css
<style>
span { border-color: #AB7552; }
span { border-color: rgb(171,117,82); }
td.TdClassName
{
border-color: #AB7552;
}
.TagClassName
{
border-color: #AB7552;
}
</style>