Shades of Sante Fe #AB7653
Tints of Sante Fe #AB7653
RGB
CMYK
RGB Variations
Color information
#AB7653 (or 0xAB7653) is known color: Sante Fe. HEX triplet: AB, 76 and 53. RGB value is (171,118,83). Sum of RGB (Red+Green+Blue) = 171+118+83=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7653 is #5489AC. Grayscale: #828282. Windows color (decimal): -5540269 or 5469867. OLE color: 5469867.
HSL color Cylindrical-coordinate representation of color #AB7653: hue angle of 23.86º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB7653 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 83 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 23.86º | 0.35% | 0.5% | - |
| HSV(B) | 23.86º | 0.51% | 0.67% | - |
| XYZ | 24.83 | 22.24 | 11.17 | - |
| YUV | 129.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 83 | 0 | 0.31 | 0.51 | 0.33 | 23.86 | 0.35 | 0.5 |
| Hex | AB | 76 | 53 | 0 | 1F | 33 | 21 | 18 | 23 | 32 |
| Octal | 253 | 166 | 123 | 0 | 37 | 63 | 41 | 30 | 43 | 62 |
| Binary | 10101011 | 1110110 | 1010011 | 0 | 11111 | 110011 | 100001 | 11000 | 100011 | 110010 |
Color Harmonies of #AB7653
Complementary color
Monochromatic Colors of #AB7653
Black with #AB7653
Text Example
Text Example
White with #AB7653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7653; }
p { color: rgb(171,118,83); }
H1.HeaderClassName
{
color: #AB7653;
}
.AnyTagClassName
{
color: #AB7653;
}
</style>
background-color css
<style>
a { background-color: #AB7653; }
a { background-color: rgb(171,118,83); }
div.DivClassName
{
background-color: #AB7653;
}
.BgClassName
{
background-color: #AB7653;
}
</style>
border-color css
<style>
span { border-color: #AB7653; }
span { border-color: rgb(171,118,83); }
td.TdClassName
{
border-color: #AB7653;
}
.TagClassName
{
border-color: #AB7653;
}
</style>