Shades of Sante Fe #AC654C
Tints of Sante Fe #AC654C
RGB
CMYK
RGB Variations
Color information
#AC654C (or 0xAC654C) is known color: Sante Fe. HEX triplet: AC, 65 and 4C. RGB value is (172,101,76). Sum of RGB (Red+Green+Blue) = 172+101+76=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC654C is #539AB3. Grayscale: #777777. Windows color (decimal): -5479092 or 5006764. OLE color: 5006764.
HSL color Cylindrical-coordinate representation of color #AC654C: hue angle of 15.62º 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 #AC654C is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 101 | 76 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.33 |
| HSL | 15.63º | 0.39% | 0.49% | - |
| HSV(B) | 15.63º | 0.56% | 0.67% | - |
| XYZ | 22.97 | 18.6 | 9.22 | - |
| YUV | 119.38 | 103.52 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 101 | 76 | 0 | 0.41 | 0.56 | 0.33 | 15.63 | 0.39 | 0.49 |
| Hex | AC | 65 | 4C | 0 | 29 | 38 | 21 | 10 | 27 | 31 |
| Octal | 254 | 145 | 114 | 0 | 51 | 70 | 41 | 20 | 47 | 61 |
| Binary | 10101100 | 1100101 | 1001100 | 0 | 101001 | 111000 | 100001 | 10000 | 100111 | 110001 |
Color Harmonies of #AC654C
Complementary color
Monochromatic Colors of #AC654C
Black with #AC654C
Text Example
Text Example
White with #AC654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC654C; }
p { color: rgb(172,101,76); }
H1.HeaderClassName
{
color: #AC654C;
}
.AnyTagClassName
{
color: #AC654C;
}
</style>
background-color css
<style>
a { background-color: #AC654C; }
a { background-color: rgb(172,101,76); }
div.DivClassName
{
background-color: #AC654C;
}
.BgClassName
{
background-color: #AC654C;
}
</style>
border-color css
<style>
span { border-color: #AC654C; }
span { border-color: rgb(172,101,76); }
td.TdClassName
{
border-color: #AC654C;
}
.TagClassName
{
border-color: #AC654C;
}
</style>