Shades of Sante Fe #A0644B
Tints of Sante Fe #A0644B
RGB
CMYK
RGB Variations
Color information
#A0644B (or 0xA0644B) is known color: Sante Fe. HEX triplet: A0, 64 and 4B. RGB value is (160,100,75). Sum of RGB (Red+Green+Blue) = 160+100+75=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0644B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0644B is #5F9BB4. Grayscale: #737373. Windows color (decimal): -6265781 or 4940960. OLE color: 4940960.
HSL color Cylindrical-coordinate representation of color #A0644B: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0644B is Cyan = 0, Magento = 0.38, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 100 | 75 | - |
| CMYK | 0 | 0.38 | 0.53 | 0.37 |
| HSL | 17.65º | 0.36% | 0.46% | - |
| HSV(B) | 17.65º | 0.53% | 0.63% | - |
| XYZ | 20.32 | 17.1 | 8.89 | - |
| YUV | 115.09 | 105.38 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 100 | 75 | 0 | 0.38 | 0.53 | 0.37 | 17.65 | 0.36 | 0.46 |
| Hex | A0 | 64 | 4B | 0 | 26 | 35 | 25 | 12 | 24 | 2E |
| Octal | 240 | 144 | 113 | 0 | 46 | 65 | 45 | 22 | 44 | 56 |
| Binary | 10100000 | 1100100 | 1001011 | 0 | 100110 | 110101 | 100101 | 10010 | 100100 | 101110 |
Color Harmonies of #A0644B
Complementary color
Monochromatic Colors of #A0644B
Black with #A0644B
Text Example
Text Example
White with #A0644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0644B; }
p { color: rgb(160,100,75); }
H1.HeaderClassName
{
color: #A0644B;
}
.AnyTagClassName
{
color: #A0644B;
}
</style>
background-color css
<style>
a { background-color: #A0644B; }
a { background-color: rgb(160,100,75); }
div.DivClassName
{
background-color: #A0644B;
}
.BgClassName
{
background-color: #A0644B;
}
</style>
border-color css
<style>
span { border-color: #A0644B; }
span { border-color: rgb(160,100,75); }
td.TdClassName
{
border-color: #A0644B;
}
.TagClassName
{
border-color: #A0644B;
}
</style>