Shades of Sante Fe #AC6952
Tints of Sante Fe #AC6952
RGB
CMYK
RGB Variations
Color information
#AC6952 (or 0xAC6952) is known color: Sante Fe. HEX triplet: AC, 69 and 52. RGB value is (172,105,82). Sum of RGB (Red+Green+Blue) = 172+105+82=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6952 is #5396AD. Grayscale: #7A7A7A. Windows color (decimal): -5478062 or 5401004. OLE color: 5401004.
HSL color Cylindrical-coordinate representation of color #AC6952: hue angle of 15.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 #AC6952 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 105 | 82 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.33 |
| HSL | 15.33º | 0.35% | 0.5% | - |
| HSV(B) | 15.33º | 0.52% | 0.67% | - |
| XYZ | 23.59 | 19.48 | 10.5 | - |
| YUV | 122.41 | 105.2 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 105 | 82 | 0 | 0.39 | 0.52 | 0.33 | 15.33 | 0.35 | 0.5 |
| Hex | AC | 69 | 52 | 0 | 27 | 34 | 21 | F | 23 | 32 |
| Octal | 254 | 151 | 122 | 0 | 47 | 64 | 41 | 17 | 43 | 62 |
| Binary | 10101100 | 1101001 | 1010010 | 0 | 100111 | 110100 | 100001 | 1111 | 100011 | 110010 |
Color Harmonies of #AC6952
Complementary color
Monochromatic Colors of #AC6952
Black with #AC6952
Text Example
Text Example
White with #AC6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC6952; }
p { color: rgb(172,105,82); }
H1.HeaderClassName
{
color: #AC6952;
}
.AnyTagClassName
{
color: #AC6952;
}
</style>
background-color css
<style>
a { background-color: #AC6952; }
a { background-color: rgb(172,105,82); }
div.DivClassName
{
background-color: #AC6952;
}
.BgClassName
{
background-color: #AC6952;
}
</style>
border-color css
<style>
span { border-color: #AC6952; }
span { border-color: rgb(172,105,82); }
td.TdClassName
{
border-color: #AC6952;
}
.TagClassName
{
border-color: #AC6952;
}
</style>