Shades of Sante Fe #A26D55
Tints of Sante Fe #A26D55
RGB
CMYK
RGB Variations
Color information
#A26D55 (or 0xA26D55) is known color: Sante Fe. HEX triplet: A2, 6D and 55. RGB value is (162,109,85). Sum of RGB (Red+Green+Blue) = 162+109+85=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A26D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26D55 is #5D92AA. Grayscale: #7A7A7A. Windows color (decimal): -6132395 or 5598626. OLE color: 5598626.
HSL color Cylindrical-coordinate representation of color #A26D55: hue angle of 18.7º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A26D55 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 109 | 85 | - |
| CMYK | 0 | 0.33 | 0.48 | 0.36 |
| HSL | 18.7º | 0.31% | 0.48% | - |
| HSV(B) | 18.7º | 0.48% | 0.64% | - |
| XYZ | 22.01 | 19.27 | 11.15 | - |
| YUV | 122.11 | 107.06 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 109 | 85 | 0 | 0.33 | 0.48 | 0.36 | 18.7 | 0.31 | 0.48 |
| Hex | A2 | 6D | 55 | 0 | 21 | 30 | 24 | 13 | 1F | 30 |
| Octal | 242 | 155 | 125 | 0 | 41 | 60 | 44 | 23 | 37 | 60 |
| Binary | 10100010 | 1101101 | 1010101 | 0 | 100001 | 110000 | 100100 | 10011 | 11111 | 110000 |
Color Harmonies of #A26D55
Complementary color
Monochromatic Colors of #A26D55
Black with #A26D55
Text Example
Text Example
White with #A26D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26D55; }
p { color: rgb(162,109,85); }
H1.HeaderClassName
{
color: #A26D55;
}
.AnyTagClassName
{
color: #A26D55;
}
</style>
background-color css
<style>
a { background-color: #A26D55; }
a { background-color: rgb(162,109,85); }
div.DivClassName
{
background-color: #A26D55;
}
.BgClassName
{
background-color: #A26D55;
}
</style>
border-color css
<style>
span { border-color: #A26D55; }
span { border-color: rgb(162,109,85); }
td.TdClassName
{
border-color: #A26D55;
}
.TagClassName
{
border-color: #A26D55;
}
</style>