Shades of Sante Fe #AB7754
Tints of Sante Fe #AB7754
RGB
CMYK
RGB Variations
Color information
#AB7754 (or 0xAB7754) is known color: Sante Fe. HEX triplet: AB, 77 and 54. RGB value is (171,119,84). Sum of RGB (Red+Green+Blue) = 171+119+84=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7754 is #5488AB. Grayscale: #828282. Windows color (decimal): -5540012 or 5535659. OLE color: 5535659.
HSL color Cylindrical-coordinate representation of color #AB7754: hue angle of 24.14º 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 #AB7754 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 84 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.33 |
| HSL | 24.14º | 0.34% | 0.5% | - |
| HSV(B) | 24.14º | 0.51% | 0.67% | - |
| XYZ | 24.99 | 22.49 | 11.41 | - |
| YUV | 130.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 84 | 0 | 0.30 | 0.51 | 0.33 | 24.14 | 0.34 | 0.5 |
| Hex | AB | 77 | 54 | 0 | 1E | 33 | 21 | 18 | 22 | 32 |
| Octal | 253 | 167 | 124 | 0 | 36 | 63 | 41 | 30 | 42 | 62 |
| Binary | 10101011 | 1110111 | 1010100 | 0 | 11110 | 110011 | 100001 | 11000 | 100010 | 110010 |
Color Harmonies of #AB7754
Complementary color
Monochromatic Colors of #AB7754
Black with #AB7754
Text Example
Text Example
White with #AB7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7754; }
p { color: rgb(171,119,84); }
H1.HeaderClassName
{
color: #AB7754;
}
.AnyTagClassName
{
color: #AB7754;
}
</style>
background-color css
<style>
a { background-color: #AB7754; }
a { background-color: rgb(171,119,84); }
div.DivClassName
{
background-color: #AB7754;
}
.BgClassName
{
background-color: #AB7754;
}
</style>
border-color css
<style>
span { border-color: #AB7754; }
span { border-color: rgb(171,119,84); }
td.TdClassName
{
border-color: #AB7754;
}
.TagClassName
{
border-color: #AB7754;
}
</style>