Shades of Sante Fe #AC7754
Tints of Sante Fe #AC7754
RGB
CMYK
RGB Variations
Color information
#AC7754 (or 0xAC7754) is known color: Sante Fe. HEX triplet: AC, 77 and 54. RGB value is (172,119,84). Sum of RGB (Red+Green+Blue) = 172+119+84=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 84 (33.20% from 255 or 22.4% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7754 is #5388AB. Grayscale: #838383. Windows color (decimal): -5474476 or 5535660. OLE color: 5535660.
HSL color Cylindrical-coordinate representation of color #AC7754: 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 #AC7754 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 119 | 84 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.33 |
| HSL | 23.86º | 0.35% | 0.5% | - |
| HSV(B) | 23.86º | 0.51% | 0.67% | - |
| XYZ | 25.21 | 22.6 | 11.42 | - |
| YUV | 130.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 119 | 84 | 0 | 0.31 | 0.51 | 0.33 | 23.86 | 0.35 | 0.5 |
| Hex | AC | 77 | 54 | 0 | 1F | 33 | 21 | 18 | 23 | 32 |
| Octal | 254 | 167 | 124 | 0 | 37 | 63 | 41 | 30 | 43 | 62 |
| Binary | 10101100 | 1110111 | 1010100 | 0 | 11111 | 110011 | 100001 | 11000 | 100011 | 110010 |
Color Harmonies of #AC7754
Complementary color
Monochromatic Colors of #AC7754
Black with #AC7754
Text Example
Text Example
White with #AC7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7754; }
p { color: rgb(172,119,84); }
H1.HeaderClassName
{
color: #AC7754;
}
.AnyTagClassName
{
color: #AC7754;
}
</style>
background-color css
<style>
a { background-color: #AC7754; }
a { background-color: rgb(172,119,84); }
div.DivClassName
{
background-color: #AC7754;
}
.BgClassName
{
background-color: #AC7754;
}
</style>
border-color css
<style>
span { border-color: #AC7754; }
span { border-color: rgb(172,119,84); }
td.TdClassName
{
border-color: #AC7754;
}
.TagClassName
{
border-color: #AC7754;
}
</style>