Shades of Sante Fe #AB7654
Tints of Sante Fe #AB7654
RGB
CMYK
RGB Variations
Color information
#AB7654 (or 0xAB7654) is known color: Sante Fe. HEX triplet: AB, 76 and 54. RGB value is (171,118,84). Sum of RGB (Red+Green+Blue) = 171+118+84=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 84 (33.20% from 255 or 22.52% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7654 is #5489AB. Grayscale: #828282. Windows color (decimal): -5540268 or 5535403. OLE color: 5535403.
HSL color Cylindrical-coordinate representation of color #AB7654: hue angle of 23.45º degrees, saturation: 0.34, 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 #AB7654 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 84 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 23.45º | 0.34% | 0.5% | - |
| HSV(B) | 23.45º | 0.51% | 0.67% | - |
| XYZ | 24.87 | 22.25 | 11.37 | - |
| YUV | 129.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 84 | 0 | 0.31 | 0.51 | 0.33 | 23.45 | 0.34 | 0.5 |
| Hex | AB | 76 | 54 | 0 | 1F | 33 | 21 | 17 | 22 | 32 |
| Octal | 253 | 166 | 124 | 0 | 37 | 63 | 41 | 27 | 42 | 62 |
| Binary | 10101011 | 1110110 | 1010100 | 0 | 11111 | 110011 | 100001 | 10111 | 100010 | 110010 |
Color Harmonies of #AB7654
Complementary color
Monochromatic Colors of #AB7654
Black with #AB7654
Text Example
Text Example
White with #AB7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7654; }
p { color: rgb(171,118,84); }
H1.HeaderClassName
{
color: #AB7654;
}
.AnyTagClassName
{
color: #AB7654;
}
</style>
background-color css
<style>
a { background-color: #AB7654; }
a { background-color: rgb(171,118,84); }
div.DivClassName
{
background-color: #AB7654;
}
.BgClassName
{
background-color: #AB7654;
}
</style>
border-color css
<style>
span { border-color: #AB7654; }
span { border-color: rgb(171,118,84); }
td.TdClassName
{
border-color: #AB7654;
}
.TagClassName
{
border-color: #AB7654;
}
</style>