Shades of Sante Fe #AC724C
Tints of Sante Fe #AC724C
RGB
CMYK
RGB Variations
Color information
#AC724C (or 0xAC724C) is known color: Sante Fe. HEX triplet: AC, 72 and 4C. RGB value is (172,114,76). Sum of RGB (Red+Green+Blue) = 172+114+76=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC724C is #538DB3. Grayscale: #7F7F7F. Windows color (decimal): -5475764 or 5010092. OLE color: 5010092.
HSL color Cylindrical-coordinate representation of color #AC724C: hue angle of 23.75º 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 #AC724C is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 114 | 76 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.33 |
| HSL | 23.75º | 0.39% | 0.49% | - |
| HSV(B) | 23.75º | 0.56% | 0.67% | - |
| XYZ | 24.34 | 21.33 | 9.67 | - |
| YUV | 127.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 114 | 76 | 0 | 0.34 | 0.56 | 0.33 | 23.75 | 0.39 | 0.49 |
| Hex | AC | 72 | 4C | 0 | 22 | 38 | 21 | 18 | 27 | 31 |
| Octal | 254 | 162 | 114 | 0 | 42 | 70 | 41 | 30 | 47 | 61 |
| Binary | 10101100 | 1110010 | 1001100 | 0 | 100010 | 111000 | 100001 | 11000 | 100111 | 110001 |
Color Harmonies of #AC724C
Complementary color
Monochromatic Colors of #AC724C
Black with #AC724C
Text Example
Text Example
White with #AC724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC724C; }
p { color: rgb(172,114,76); }
H1.HeaderClassName
{
color: #AC724C;
}
.AnyTagClassName
{
color: #AC724C;
}
</style>
background-color css
<style>
a { background-color: #AC724C; }
a { background-color: rgb(172,114,76); }
div.DivClassName
{
background-color: #AC724C;
}
.BgClassName
{
background-color: #AC724C;
}
</style>
border-color css
<style>
span { border-color: #AC724C; }
span { border-color: rgb(172,114,76); }
td.TdClassName
{
border-color: #AC724C;
}
.TagClassName
{
border-color: #AC724C;
}
</style>