Shades of Sante Fe #AC754C
Tints of Sante Fe #AC754C
RGB
CMYK
RGB Variations
Color information
#AC754C (or 0xAC754C) is known color: Sante Fe. HEX triplet: AC, 75 and 4C. RGB value is (172,117,76). Sum of RGB (Red+Green+Blue) = 172+117+76=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC754C is #538AB3. Grayscale: #808080. Windows color (decimal): -5474996 or 5010860. OLE color: 5010860.
HSL color Cylindrical-coordinate representation of color #AC754C: hue angle of 25.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AC754C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 117 | 76 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.33 |
| HSL | 25.63º | 0.39% | 0.49% | - |
| HSV(B) | 25.63º | 0.56% | 0.67% | - |
| XYZ | 24.68 | 22.02 | 9.79 | - |
| YUV | 128.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 117 | 76 | 0 | 0.32 | 0.56 | 0.33 | 25.63 | 0.39 | 0.49 |
| Hex | AC | 75 | 4C | 0 | 20 | 38 | 21 | 1A | 27 | 31 |
| Octal | 254 | 165 | 114 | 0 | 40 | 70 | 41 | 32 | 47 | 61 |
| Binary | 10101100 | 1110101 | 1001100 | 0 | 100000 | 111000 | 100001 | 11010 | 100111 | 110001 |
Color Harmonies of #AC754C
Complementary color
Monochromatic Colors of #AC754C
Black with #AC754C
Text Example
Text Example
White with #AC754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC754C; }
p { color: rgb(172,117,76); }
H1.HeaderClassName
{
color: #AC754C;
}
.AnyTagClassName
{
color: #AC754C;
}
</style>
background-color css
<style>
a { background-color: #AC754C; }
a { background-color: rgb(172,117,76); }
div.DivClassName
{
background-color: #AC754C;
}
.BgClassName
{
background-color: #AC754C;
}
</style>
border-color css
<style>
span { border-color: #AC754C; }
span { border-color: rgb(172,117,76); }
td.TdClassName
{
border-color: #AC754C;
}
.TagClassName
{
border-color: #AC754C;
}
</style>