Shades of Sante Fe #A26C56
Tints of Sante Fe #A26C56
RGB
CMYK
RGB Variations
Color information
#A26C56 (or 0xA26C56) is known color: Sante Fe. HEX triplet: A2, 6C and 56. RGB value is (162,108,86). Sum of RGB (Red+Green+Blue) = 162+108+86=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C56 is #5D93A9. Grayscale: #797979. Windows color (decimal): -6132650 or 5663906. OLE color: 5663906.
HSL color Cylindrical-coordinate representation of color #A26C56: hue angle of 17.37º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A26C56 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 86 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.36 |
| HSL | 17.37º | 0.31% | 0.49% | - |
| HSV(B) | 17.37º | 0.47% | 0.64% | - |
| XYZ | 21.94 | 19.08 | 11.33 | - |
| YUV | 121.64 | 107.89 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 86 | 0 | 0.33 | 0.47 | 0.36 | 17.37 | 0.31 | 0.49 |
| Hex | A2 | 6C | 56 | 0 | 21 | 2F | 24 | 11 | 1F | 31 |
| Octal | 242 | 154 | 126 | 0 | 41 | 57 | 44 | 21 | 37 | 61 |
| Binary | 10100010 | 1101100 | 1010110 | 0 | 100001 | 101111 | 100100 | 10001 | 11111 | 110001 |
Color Harmonies of #A26C56
Complementary color
Monochromatic Colors of #A26C56
Black with #A26C56
Text Example
Text Example
White with #A26C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C56; }
p { color: rgb(162,108,86); }
H1.HeaderClassName
{
color: #A26C56;
}
.AnyTagClassName
{
color: #A26C56;
}
</style>
background-color css
<style>
a { background-color: #A26C56; }
a { background-color: rgb(162,108,86); }
div.DivClassName
{
background-color: #A26C56;
}
.BgClassName
{
background-color: #A26C56;
}
</style>
border-color css
<style>
span { border-color: #A26C56; }
span { border-color: rgb(162,108,86); }
td.TdClassName
{
border-color: #A26C56;
}
.TagClassName
{
border-color: #A26C56;
}
</style>