Shades of Sante Fe #A46C4A
Tints of Sante Fe #A46C4A
RGB
CMYK
RGB Variations
Color information
#A46C4A (or 0xA46C4A) is known color: Sante Fe. HEX triplet: A4, 6C and 4A. RGB value is (164,108,74). Sum of RGB (Red+Green+Blue) = 164+108+74=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46C4A is #5B93B5. Grayscale: #797979. Windows color (decimal): -6001590 or 4877476. OLE color: 4877476.
HSL color Cylindrical-coordinate representation of color #A46C4A: hue angle of 22.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 #A46C4A is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 108 | 74 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.36 |
| HSL | 22.67º | 0.38% | 0.47% | - |
| HSV(B) | 22.67º | 0.55% | 0.64% | - |
| XYZ | 21.91 | 19.11 | 9.01 | - |
| YUV | 120.87 | 101.55 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 74 | 0 | 0.34 | 0.55 | 0.36 | 22.67 | 0.38 | 0.47 |
| Hex | A4 | 6C | 4A | 0 | 22 | 37 | 24 | 17 | 26 | 2F |
| Octal | 244 | 154 | 112 | 0 | 42 | 67 | 44 | 27 | 46 | 57 |
| Binary | 10100100 | 1101100 | 1001010 | 0 | 100010 | 110111 | 100100 | 10111 | 100110 | 101111 |
Color Harmonies of #A46C4A
Complementary color
Monochromatic Colors of #A46C4A
Black with #A46C4A
Text Example
Text Example
White with #A46C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46C4A; }
p { color: rgb(164,108,74); }
H1.HeaderClassName
{
color: #A46C4A;
}
.AnyTagClassName
{
color: #A46C4A;
}
</style>
background-color css
<style>
a { background-color: #A46C4A; }
a { background-color: rgb(164,108,74); }
div.DivClassName
{
background-color: #A46C4A;
}
.BgClassName
{
background-color: #A46C4A;
}
</style>
border-color css
<style>
span { border-color: #A46C4A; }
span { border-color: rgb(164,108,74); }
td.TdClassName
{
border-color: #A46C4A;
}
.TagClassName
{
border-color: #A46C4A;
}
</style>