Shades of Sante Fe #A3624A
Tints of Sante Fe #A3624A
RGB
CMYK
RGB Variations
Color information
#A3624A (or 0xA3624A) is known color: Sante Fe. HEX triplet: A3, 62 and 4A. RGB value is (163,98,74). Sum of RGB (Red+Green+Blue) = 163+98+74=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A3624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3624A is #5C9DB5. Grayscale: #727272. Windows color (decimal): -6069686 or 4874915. OLE color: 4874915.
HSL color Cylindrical-coordinate representation of color #A3624A: hue angle of 16.18º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3624A is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 98 | 74 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.36 |
| HSL | 16.18º | 0.38% | 0.46% | - |
| HSV(B) | 16.18º | 0.55% | 0.64% | - |
| XYZ | 20.71 | 17.02 | 8.67 | - |
| YUV | 114.7 | 105.03 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 98 | 74 | 0 | 0.40 | 0.55 | 0.36 | 16.18 | 0.38 | 0.46 |
| Hex | A3 | 62 | 4A | 0 | 28 | 37 | 24 | 10 | 26 | 2E |
| Octal | 243 | 142 | 112 | 0 | 50 | 67 | 44 | 20 | 46 | 56 |
| Binary | 10100011 | 1100010 | 1001010 | 0 | 101000 | 110111 | 100100 | 10000 | 100110 | 101110 |
Color Harmonies of #A3624A
Complementary color
Monochromatic Colors of #A3624A
Black with #A3624A
Text Example
Text Example
White with #A3624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3624A; }
p { color: rgb(163,98,74); }
H1.HeaderClassName
{
color: #A3624A;
}
.AnyTagClassName
{
color: #A3624A;
}
</style>
background-color css
<style>
a { background-color: #A3624A; }
a { background-color: rgb(163,98,74); }
div.DivClassName
{
background-color: #A3624A;
}
.BgClassName
{
background-color: #A3624A;
}
</style>
border-color css
<style>
span { border-color: #A3624A; }
span { border-color: rgb(163,98,74); }
td.TdClassName
{
border-color: #A3624A;
}
.TagClassName
{
border-color: #A3624A;
}
</style>