Shades of Sante Fe #AC715B
Tints of Sante Fe #AC715B
RGB
CMYK
RGB Variations
Color information
#AC715B (or 0xAC715B) is known color: Sante Fe. HEX triplet: AC, 71 and 5B. RGB value is (172,113,91). Sum of RGB (Red+Green+Blue) = 172+113+91=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715B is #538EA4. Grayscale: #808080. Windows color (decimal): -5476005 or 5992876. OLE color: 5992876.
HSL color Cylindrical-coordinate representation of color #AC715B: hue angle of 16.3º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AC715B is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 113 | 91 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 16.3º | 0.33% | 0.52% | - |
| HSV(B) | 16.3º | 0.47% | 0.67% | - |
| XYZ | 24.81 | 21.34 | 12.71 | - |
| YUV | 128.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 113 | 91 | 0 | 0.34 | 0.47 | 0.33 | 16.3 | 0.33 | 0.52 |
| Hex | AC | 71 | 5B | 0 | 22 | 2F | 21 | 10 | 21 | 34 |
| Octal | 254 | 161 | 133 | 0 | 42 | 57 | 41 | 20 | 41 | 64 |
| Binary | 10101100 | 1110001 | 1011011 | 0 | 100010 | 101111 | 100001 | 10000 | 100001 | 110100 |
Color Harmonies of #AC715B
Complementary color
Monochromatic Colors of #AC715B
Black with #AC715B
Text Example
Text Example
White with #AC715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC715B; }
p { color: rgb(172,113,91); }
H1.HeaderClassName
{
color: #AC715B;
}
.AnyTagClassName
{
color: #AC715B;
}
</style>
background-color css
<style>
a { background-color: #AC715B; }
a { background-color: rgb(172,113,91); }
div.DivClassName
{
background-color: #AC715B;
}
.BgClassName
{
background-color: #AC715B;
}
</style>
border-color css
<style>
span { border-color: #AC715B; }
span { border-color: rgb(172,113,91); }
td.TdClassName
{
border-color: #AC715B;
}
.TagClassName
{
border-color: #AC715B;
}
</style>