Shades of Sante Fe #A4624D
Tints of Sante Fe #A4624D
RGB
CMYK
RGB Variations
Color information
#A4624D (or 0xA4624D) is known color: Sante Fe. HEX triplet: A4, 62 and 4D. RGB value is (164,98,77). Sum of RGB (Red+Green+Blue) = 164+98+77=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A4624D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4624D is #5B9DB2. Grayscale: #737373. Windows color (decimal): -6004147 or 5071524. OLE color: 5071524.
HSL color Cylindrical-coordinate representation of color #A4624D: hue angle of 14.48º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4624D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 98 | 77 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.36 |
| HSL | 14.48º | 0.36% | 0.47% | - |
| HSV(B) | 14.48º | 0.53% | 0.64% | - |
| XYZ | 21.02 | 17.16 | 9.23 | - |
| YUV | 115.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 98 | 77 | 0 | 0.40 | 0.53 | 0.36 | 14.48 | 0.36 | 0.47 |
| Hex | A4 | 62 | 4D | 0 | 28 | 35 | 24 | E | 24 | 2F |
| Octal | 244 | 142 | 115 | 0 | 50 | 65 | 44 | 16 | 44 | 57 |
| Binary | 10100100 | 1100010 | 1001101 | 0 | 101000 | 110101 | 100100 | 1110 | 100100 | 101111 |
Color Harmonies of #A4624D
Complementary color
Monochromatic Colors of #A4624D
Black with #A4624D
Text Example
Text Example
White with #A4624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4624D; }
p { color: rgb(164,98,77); }
H1.HeaderClassName
{
color: #A4624D;
}
.AnyTagClassName
{
color: #A4624D;
}
</style>
background-color css
<style>
a { background-color: #A4624D; }
a { background-color: rgb(164,98,77); }
div.DivClassName
{
background-color: #A4624D;
}
.BgClassName
{
background-color: #A4624D;
}
</style>
border-color css
<style>
span { border-color: #A4624D; }
span { border-color: rgb(164,98,77); }
td.TdClassName
{
border-color: #A4624D;
}
.TagClassName
{
border-color: #A4624D;
}
</style>