Shades of Sante Fe #A26F51
Tints of Sante Fe #A26F51
RGB
CMYK
RGB Variations
Color information
#A26F51 (or 0xA26F51) is known color: Sante Fe. HEX triplet: A2, 6F and 51. RGB value is (162,111,81). Sum of RGB (Red+Green+Blue) = 162+111+81=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26F51 is #5D90AE. Grayscale: #7B7B7B. Windows color (decimal): -6131887 or 5336994. OLE color: 5336994.
HSL color Cylindrical-coordinate representation of color #A26F51: hue angle of 22.22º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A26F51 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 111 | 81 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.36 |
| HSL | 22.22º | 0.33% | 0.48% | - |
| HSV(B) | 22.22º | 0.5% | 0.64% | - |
| XYZ | 22.07 | 19.64 | 10.41 | - |
| YUV | 122.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 81 | 0 | 0.31 | 0.50 | 0.36 | 22.22 | 0.33 | 0.48 |
| Hex | A2 | 6F | 51 | 0 | 1F | 32 | 24 | 16 | 21 | 30 |
| Octal | 242 | 157 | 121 | 0 | 37 | 62 | 44 | 26 | 41 | 60 |
| Binary | 10100010 | 1101111 | 1010001 | 0 | 11111 | 110010 | 100100 | 10110 | 100001 | 110000 |
Color Harmonies of #A26F51
Complementary color
Monochromatic Colors of #A26F51
Black with #A26F51
Text Example
Text Example
White with #A26F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26F51; }
p { color: rgb(162,111,81); }
H1.HeaderClassName
{
color: #A26F51;
}
.AnyTagClassName
{
color: #A26F51;
}
</style>
background-color css
<style>
a { background-color: #A26F51; }
a { background-color: rgb(162,111,81); }
div.DivClassName
{
background-color: #A26F51;
}
.BgClassName
{
background-color: #A26F51;
}
</style>
border-color css
<style>
span { border-color: #A26F51; }
span { border-color: rgb(162,111,81); }
td.TdClassName
{
border-color: #A26F51;
}
.TagClassName
{
border-color: #A26F51;
}
</style>