Shades of Sante Fe #A26D4B
Tints of Sante Fe #A26D4B
RGB
CMYK
RGB Variations
Color information
#A26D4B (or 0xA26D4B) is known color: Sante Fe. HEX triplet: A2, 6D and 4B. RGB value is (162,109,75). Sum of RGB (Red+Green+Blue) = 162+109+75=346 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.82% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26D4B is #5D92B4. Grayscale: #797979. Windows color (decimal): -6132405 or 4943266. OLE color: 4943266.
HSL color Cylindrical-coordinate representation of color #A26D4B: hue angle of 23.45º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26D4B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 75 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.36 |
| HSL | 23.45º | 0.37% | 0.46% | - |
| HSV(B) | 23.45º | 0.54% | 0.64% | - |
| XYZ | 21.64 | 19.13 | 9.21 | - |
| YUV | 120.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 75 | 0 | 0.33 | 0.54 | 0.36 | 23.45 | 0.37 | 0.46 |
| Hex | A2 | 6D | 4B | 0 | 21 | 36 | 24 | 17 | 25 | 2E |
| Octal | 242 | 155 | 113 | 0 | 41 | 66 | 44 | 27 | 45 | 56 |
| Binary | 10100010 | 1101101 | 1001011 | 0 | 100001 | 110110 | 100100 | 10111 | 100101 | 101110 |
Color Harmonies of #A26D4B
Complementary color
Monochromatic Colors of #A26D4B
Black with #A26D4B
Text Example
Text Example
White with #A26D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D4B; }
p { color: rgb(162,109,75); }
H1.HeaderClassName
{
color: #A26D4B;
}
.AnyTagClassName
{
color: #A26D4B;
}
</style>
background-color css
<style>
a { background-color: #A26D4B; }
a { background-color: rgb(162,109,75); }
div.DivClassName
{
background-color: #A26D4B;
}
.BgClassName
{
background-color: #A26D4B;
}
</style>
border-color css
<style>
span { border-color: #A26D4B; }
span { border-color: rgb(162,109,75); }
td.TdClassName
{
border-color: #A26D4B;
}
.TagClassName
{
border-color: #A26D4B;
}
</style>