Shades of Sante Fe #AC6D52
Tints of Sante Fe #AC6D52
RGB
CMYK
RGB Variations
Color information
#AC6D52 (or 0xAC6D52) is known color: Sante Fe. HEX triplet: AC, 6D and 52. RGB value is (172,109,82). Sum of RGB (Red+Green+Blue) = 172+109+82=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6D52 is #5392AD. Grayscale: #7C7C7C. Windows color (decimal): -5477038 or 5402028. OLE color: 5402028.
HSL color Cylindrical-coordinate representation of color #AC6D52: hue angle of 18º 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 #AC6D52 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 109 | 82 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.33 |
| HSL | 18º | 0.35% | 0.5% | - |
| HSV(B) | 18º | 0.52% | 0.67% | - |
| XYZ | 24 | 20.32 | 10.64 | - |
| YUV | 124.76 | 103.87 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 109 | 82 | 0 | 0.37 | 0.52 | 0.33 | 18 | 0.35 | 0.5 |
| Hex | AC | 6D | 52 | 0 | 25 | 34 | 21 | 12 | 23 | 32 |
| Octal | 254 | 155 | 122 | 0 | 45 | 64 | 41 | 22 | 43 | 62 |
| Binary | 10101100 | 1101101 | 1010010 | 0 | 100101 | 110100 | 100001 | 10010 | 100011 | 110010 |
Color Harmonies of #AC6D52
Complementary color
Monochromatic Colors of #AC6D52
Black with #AC6D52
Text Example
Text Example
White with #AC6D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6D52; }
p { color: rgb(172,109,82); }
H1.HeaderClassName
{
color: #AC6D52;
}
.AnyTagClassName
{
color: #AC6D52;
}
</style>
background-color css
<style>
a { background-color: #AC6D52; }
a { background-color: rgb(172,109,82); }
div.DivClassName
{
background-color: #AC6D52;
}
.BgClassName
{
background-color: #AC6D52;
}
</style>
border-color css
<style>
span { border-color: #AC6D52; }
span { border-color: rgb(172,109,82); }
td.TdClassName
{
border-color: #AC6D52;
}
.TagClassName
{
border-color: #AC6D52;
}
</style>