Shades of Sante Fe #A26C4D
Tints of Sante Fe #A26C4D
RGB
CMYK
RGB Variations
Color information
#A26C4D (or 0xA26C4D) is known color: Sante Fe. HEX triplet: A2, 6C and 4D. RGB value is (162,108,77). Sum of RGB (Red+Green+Blue) = 162+108+77=347 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.69% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26C4D is #5D93B2. Grayscale: #787878. Windows color (decimal): -6132659 or 5074082. OLE color: 5074082.
HSL color Cylindrical-coordinate representation of color #A26C4D: hue angle of 21.88º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A26C4D is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 108 | 77 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.36 |
| HSL | 21.88º | 0.36% | 0.47% | - |
| HSV(B) | 21.88º | 0.52% | 0.64% | - |
| XYZ | 21.6 | 18.94 | 9.54 | - |
| YUV | 120.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 77 | 0 | 0.33 | 0.52 | 0.36 | 21.88 | 0.36 | 0.47 |
| Hex | A2 | 6C | 4D | 0 | 21 | 34 | 24 | 16 | 24 | 2F |
| Octal | 242 | 154 | 115 | 0 | 41 | 64 | 44 | 26 | 44 | 57 |
| Binary | 10100010 | 1101100 | 1001101 | 0 | 100001 | 110100 | 100100 | 10110 | 100100 | 101111 |
Color Harmonies of #A26C4D
Complementary color
Monochromatic Colors of #A26C4D
Black with #A26C4D
Text Example
Text Example
White with #A26C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26C4D; }
p { color: rgb(162,108,77); }
H1.HeaderClassName
{
color: #A26C4D;
}
.AnyTagClassName
{
color: #A26C4D;
}
</style>
background-color css
<style>
a { background-color: #A26C4D; }
a { background-color: rgb(162,108,77); }
div.DivClassName
{
background-color: #A26C4D;
}
.BgClassName
{
background-color: #A26C4D;
}
</style>
border-color css
<style>
span { border-color: #A26C4D; }
span { border-color: rgb(162,108,77); }
td.TdClassName
{
border-color: #A26C4D;
}
.TagClassName
{
border-color: #A26C4D;
}
</style>