Shades of Sante Fe #AC7852
Tints of Sante Fe #AC7852
RGB
CMYK
RGB Variations
Color information
#AC7852 (or 0xAC7852) is known color: Sante Fe. HEX triplet: AC, 78 and 52. RGB value is (172,120,82). Sum of RGB (Red+Green+Blue) = 172+120+82=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7852 is #5387AD. Grayscale: #838383. Windows color (decimal): -5474222 or 5404844. OLE color: 5404844.
HSL color Cylindrical-coordinate representation of color #AC7852: hue angle of 25.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AC7852 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 120 | 82 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.33 |
| HSL | 25.33º | 0.35% | 0.5% | - |
| HSV(B) | 25.33º | 0.52% | 0.67% | - |
| XYZ | 25.25 | 22.81 | 11.05 | - |
| YUV | 131.22 | 100.23 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 120 | 82 | 0 | 0.30 | 0.52 | 0.33 | 25.33 | 0.35 | 0.5 |
| Hex | AC | 78 | 52 | 0 | 1E | 34 | 21 | 19 | 23 | 32 |
| Octal | 254 | 170 | 122 | 0 | 36 | 64 | 41 | 31 | 43 | 62 |
| Binary | 10101100 | 1111000 | 1010010 | 0 | 11110 | 110100 | 100001 | 11001 | 100011 | 110010 |
Color Harmonies of #AC7852
Complementary color
Monochromatic Colors of #AC7852
Black with #AC7852
Text Example
Text Example
White with #AC7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7852; }
p { color: rgb(172,120,82); }
H1.HeaderClassName
{
color: #AC7852;
}
.AnyTagClassName
{
color: #AC7852;
}
</style>
background-color css
<style>
a { background-color: #AC7852; }
a { background-color: rgb(172,120,82); }
div.DivClassName
{
background-color: #AC7852;
}
.BgClassName
{
background-color: #AC7852;
}
</style>
border-color css
<style>
span { border-color: #AC7852; }
span { border-color: rgb(172,120,82); }
td.TdClassName
{
border-color: #AC7852;
}
.TagClassName
{
border-color: #AC7852;
}
</style>