Shades of Sante Fe #A26C4B
Tints of Sante Fe #A26C4B
RGB
CMYK
RGB Variations
Color information
#A26C4B (or 0xA26C4B) is known color: Sante Fe. HEX triplet: A2, 6C and 4B. RGB value is (162,108,75). Sum of RGB (Red+Green+Blue) = 162+108+75=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C4B is #5D93B4. Grayscale: #787878. Windows color (decimal): -6132661 or 4943010. OLE color: 4943010.
HSL color Cylindrical-coordinate representation of color #A26C4B: hue angle of 22.76º 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 #A26C4B is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 75 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.36 |
| HSL | 22.76º | 0.37% | 0.46% | - |
| HSV(B) | 22.76º | 0.54% | 0.64% | - |
| XYZ | 21.53 | 18.91 | 9.17 | - |
| YUV | 120.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 75 | 0 | 0.33 | 0.54 | 0.36 | 22.76 | 0.37 | 0.46 |
| Hex | A2 | 6C | 4B | 0 | 21 | 36 | 24 | 17 | 25 | 2E |
| Octal | 242 | 154 | 113 | 0 | 41 | 66 | 44 | 27 | 45 | 56 |
| Binary | 10100010 | 1101100 | 1001011 | 0 | 100001 | 110110 | 100100 | 10111 | 100101 | 101110 |
Color Harmonies of #A26C4B
Complementary color
Monochromatic Colors of #A26C4B
Black with #A26C4B
Text Example
Text Example
White with #A26C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C4B; }
p { color: rgb(162,108,75); }
H1.HeaderClassName
{
color: #A26C4B;
}
.AnyTagClassName
{
color: #A26C4B;
}
</style>
background-color css
<style>
a { background-color: #A26C4B; }
a { background-color: rgb(162,108,75); }
div.DivClassName
{
background-color: #A26C4B;
}
.BgClassName
{
background-color: #A26C4B;
}
</style>
border-color css
<style>
span { border-color: #A26C4B; }
span { border-color: rgb(162,108,75); }
td.TdClassName
{
border-color: #A26C4B;
}
.TagClassName
{
border-color: #A26C4B;
}
</style>