Shades of Sante Fe #A46F4A
Tints of Sante Fe #A46F4A
RGB
CMYK
RGB Variations
Color information
#A46F4A (or 0xA46F4A) is known color: Sante Fe. HEX triplet: A4, 6F and 4A. RGB value is (164,111,74). Sum of RGB (Red+Green+Blue) = 164+111+74=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A46F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46F4A is #5B90B5. Grayscale: #7A7A7A. Windows color (decimal): -6000822 or 4878244. OLE color: 4878244.
HSL color Cylindrical-coordinate representation of color #A46F4A: hue angle of 24.67º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A46F4A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 111 | 74 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.36 |
| HSL | 24.67º | 0.38% | 0.47% | - |
| HSV(B) | 24.67º | 0.55% | 0.64% | - |
| XYZ | 22.23 | 19.76 | 9.12 | - |
| YUV | 122.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 111 | 74 | 0 | 0.32 | 0.55 | 0.36 | 24.67 | 0.38 | 0.47 |
| Hex | A4 | 6F | 4A | 0 | 20 | 37 | 24 | 19 | 26 | 2F |
| Octal | 244 | 157 | 112 | 0 | 40 | 67 | 44 | 31 | 46 | 57 |
| Binary | 10100100 | 1101111 | 1001010 | 0 | 100000 | 110111 | 100100 | 11001 | 100110 | 101111 |
Color Harmonies of #A46F4A
Complementary color
Monochromatic Colors of #A46F4A
Black with #A46F4A
Text Example
Text Example
White with #A46F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46F4A; }
p { color: rgb(164,111,74); }
H1.HeaderClassName
{
color: #A46F4A;
}
.AnyTagClassName
{
color: #A46F4A;
}
</style>
background-color css
<style>
a { background-color: #A46F4A; }
a { background-color: rgb(164,111,74); }
div.DivClassName
{
background-color: #A46F4A;
}
.BgClassName
{
background-color: #A46F4A;
}
</style>
border-color css
<style>
span { border-color: #A46F4A; }
span { border-color: rgb(164,111,74); }
td.TdClassName
{
border-color: #A46F4A;
}
.TagClassName
{
border-color: #A46F4A;
}
</style>