Shades of Sante Fe #A46F4C
Tints of Sante Fe #A46F4C
RGB
CMYK
RGB Variations
Color information
#A46F4C (or 0xA46F4C) is known color: Sante Fe. HEX triplet: A4, 6F and 4C. RGB value is (164,111,76). Sum of RGB (Red+Green+Blue) = 164+111+76=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F4C is #5B90B3. Grayscale: #7B7B7B. Windows color (decimal): -6000820 or 5009316. OLE color: 5009316.
HSL color Cylindrical-coordinate representation of color #A46F4C: hue angle of 23.86º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A46F4C is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 76 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.36 |
| HSL | 23.86º | 0.37% | 0.47% | - |
| HSV(B) | 23.86º | 0.54% | 0.64% | - |
| XYZ | 22.3 | 19.78 | 9.48 | - |
| YUV | 122.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 76 | 0 | 0.32 | 0.54 | 0.36 | 23.86 | 0.37 | 0.47 |
| Hex | A4 | 6F | 4C | 0 | 20 | 36 | 24 | 18 | 25 | 2F |
| Octal | 244 | 157 | 114 | 0 | 40 | 66 | 44 | 30 | 45 | 57 |
| Binary | 10100100 | 1101111 | 1001100 | 0 | 100000 | 110110 | 100100 | 11000 | 100101 | 101111 |
Color Harmonies of #A46F4C
Complementary color
Monochromatic Colors of #A46F4C
Black with #A46F4C
Text Example
Text Example
White with #A46F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F4C; }
p { color: rgb(164,111,76); }
H1.HeaderClassName
{
color: #A46F4C;
}
.AnyTagClassName
{
color: #A46F4C;
}
</style>
background-color css
<style>
a { background-color: #A46F4C; }
a { background-color: rgb(164,111,76); }
div.DivClassName
{
background-color: #A46F4C;
}
.BgClassName
{
background-color: #A46F4C;
}
</style>
border-color css
<style>
span { border-color: #A46F4C; }
span { border-color: rgb(164,111,76); }
td.TdClassName
{
border-color: #A46F4C;
}
.TagClassName
{
border-color: #A46F4C;
}
</style>