Shades of Sante Fe #A0654C
Tints of Sante Fe #A0654C
RGB
CMYK
RGB Variations
Color information
#A0654C (or 0xA0654C) is known color: Sante Fe. HEX triplet: A0, 65 and 4C. RGB value is (160,101,76). Sum of RGB (Red+Green+Blue) = 160+101+76=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0654C is #5F9AB3. Grayscale: #737373. Windows color (decimal): -6265524 or 5006752. OLE color: 5006752.
HSL color Cylindrical-coordinate representation of color #A0654C: hue angle of 17.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A0654C is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 101 | 76 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.37 |
| HSL | 17.86º | 0.36% | 0.46% | - |
| HSV(B) | 17.86º | 0.53% | 0.63% | - |
| XYZ | 20.46 | 17.3 | 9.1 | - |
| YUV | 115.79 | 105.55 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 101 | 76 | 0 | 0.37 | 0.52 | 0.37 | 17.86 | 0.36 | 0.46 |
| Hex | A0 | 65 | 4C | 0 | 25 | 34 | 25 | 12 | 24 | 2E |
| Octal | 240 | 145 | 114 | 0 | 45 | 64 | 45 | 22 | 44 | 56 |
| Binary | 10100000 | 1100101 | 1001100 | 0 | 100101 | 110100 | 100101 | 10010 | 100100 | 101110 |
Color Harmonies of #A0654C
Complementary color
Monochromatic Colors of #A0654C
Black with #A0654C
Text Example
Text Example
White with #A0654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0654C; }
p { color: rgb(160,101,76); }
H1.HeaderClassName
{
color: #A0654C;
}
.AnyTagClassName
{
color: #A0654C;
}
</style>
background-color css
<style>
a { background-color: #A0654C; }
a { background-color: rgb(160,101,76); }
div.DivClassName
{
background-color: #A0654C;
}
.BgClassName
{
background-color: #A0654C;
}
</style>
border-color css
<style>
span { border-color: #A0654C; }
span { border-color: rgb(160,101,76); }
td.TdClassName
{
border-color: #A0654C;
}
.TagClassName
{
border-color: #A0654C;
}
</style>