Shades of Sante Fe #A4674D
Tints of Sante Fe #A4674D
RGB
CMYK
RGB Variations
Color information
#A4674D (or 0xA4674D) is known color: Sante Fe. HEX triplet: A4, 67 and 4D. RGB value is (164,103,77). Sum of RGB (Red+Green+Blue) = 164+103+77=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4674D is #5B98B2. Grayscale: #767676. Windows color (decimal): -6002867 or 5072804. OLE color: 5072804.
HSL color Cylindrical-coordinate representation of color #A4674D: hue angle of 17.93º 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 #A4674D is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 103 | 77 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.36 |
| HSL | 17.93º | 0.36% | 0.47% | - |
| HSV(B) | 17.93º | 0.53% | 0.64% | - |
| XYZ | 21.5 | 18.13 | 9.39 | - |
| YUV | 118.28 | 104.71 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 77 | 0 | 0.37 | 0.53 | 0.36 | 17.93 | 0.36 | 0.47 |
| Hex | A4 | 67 | 4D | 0 | 25 | 35 | 24 | 12 | 24 | 2F |
| Octal | 244 | 147 | 115 | 0 | 45 | 65 | 44 | 22 | 44 | 57 |
| Binary | 10100100 | 1100111 | 1001101 | 0 | 100101 | 110101 | 100100 | 10010 | 100100 | 101111 |
Color Harmonies of #A4674D
Complementary color
Monochromatic Colors of #A4674D
Black with #A4674D
Text Example
Text Example
White with #A4674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4674D; }
p { color: rgb(164,103,77); }
H1.HeaderClassName
{
color: #A4674D;
}
.AnyTagClassName
{
color: #A4674D;
}
</style>
background-color css
<style>
a { background-color: #A4674D; }
a { background-color: rgb(164,103,77); }
div.DivClassName
{
background-color: #A4674D;
}
.BgClassName
{
background-color: #A4674D;
}
</style>
border-color css
<style>
span { border-color: #A4674D; }
span { border-color: rgb(164,103,77); }
td.TdClassName
{
border-color: #A4674D;
}
.TagClassName
{
border-color: #A4674D;
}
</style>