Shades of Sante Fe #AC705A
Tints of Sante Fe #AC705A
RGB
CMYK
RGB Variations
Color information
#AC705A (or 0xAC705A) is known color: Sante Fe. HEX triplet: AC, 70 and 5A. RGB value is (172,112,90). Sum of RGB (Red+Green+Blue) = 172+112+90=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705A is #538FA5. Grayscale: #7F7F7F. Windows color (decimal): -5476262 or 5927084. OLE color: 5927084.
HSL color Cylindrical-coordinate representation of color #AC705A: hue angle of 16.1º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AC705A is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 112 | 90 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.33 |
| HSL | 16.1º | 0.33% | 0.51% | - |
| HSV(B) | 16.1º | 0.48% | 0.67% | - |
| XYZ | 24.65 | 21.1 | 12.45 | - |
| YUV | 127.43 | 106.88 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 112 | 90 | 0 | 0.35 | 0.48 | 0.33 | 16.1 | 0.33 | 0.51 |
| Hex | AC | 70 | 5A | 0 | 23 | 30 | 21 | 10 | 21 | 33 |
| Octal | 254 | 160 | 132 | 0 | 43 | 60 | 41 | 20 | 41 | 63 |
| Binary | 10101100 | 1110000 | 1011010 | 0 | 100011 | 110000 | 100001 | 10000 | 100001 | 110011 |
Color Harmonies of #AC705A
Complementary color
Monochromatic Colors of #AC705A
Black with #AC705A
Text Example
Text Example
White with #AC705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC705A; }
p { color: rgb(172,112,90); }
H1.HeaderClassName
{
color: #AC705A;
}
.AnyTagClassName
{
color: #AC705A;
}
</style>
background-color css
<style>
a { background-color: #AC705A; }
a { background-color: rgb(172,112,90); }
div.DivClassName
{
background-color: #AC705A;
}
.BgClassName
{
background-color: #AC705A;
}
</style>
border-color css
<style>
span { border-color: #AC705A; }
span { border-color: rgb(172,112,90); }
td.TdClassName
{
border-color: #AC705A;
}
.TagClassName
{
border-color: #AC705A;
}
</style>