Shades of Sante Fe #A56955
Tints of Sante Fe #A56955
RGB
CMYK
RGB Variations
Color information
#A56955 (or 0xA56955) is known color: Sante Fe. HEX triplet: A5, 69 and 55. RGB value is (165,105,85). Sum of RGB (Red+Green+Blue) = 165+105+85=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A56955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56955 is #5A96AA. Grayscale: #787878. Windows color (decimal): -5936811 or 5597605. OLE color: 5597605.
HSL color Cylindrical-coordinate representation of color #A56955: hue angle of 15º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A56955 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 105 | 85 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.35 |
| HSL | 15º | 0.32% | 0.49% | - |
| HSV(B) | 15º | 0.48% | 0.65% | - |
| XYZ | 22.21 | 18.76 | 11.04 | - |
| YUV | 120.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 105 | 85 | 0 | 0.36 | 0.48 | 0.35 | 15 | 0.32 | 0.49 |
| Hex | A5 | 69 | 55 | 0 | 24 | 30 | 23 | F | 20 | 31 |
| Octal | 245 | 151 | 125 | 0 | 44 | 60 | 43 | 17 | 40 | 61 |
| Binary | 10100101 | 1101001 | 1010101 | 0 | 100100 | 110000 | 100011 | 1111 | 100000 | 110001 |
Color Harmonies of #A56955
Complementary color
Monochromatic Colors of #A56955
Black with #A56955
Text Example
Text Example
White with #A56955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56955; }
p { color: rgb(165,105,85); }
H1.HeaderClassName
{
color: #A56955;
}
.AnyTagClassName
{
color: #A56955;
}
</style>
background-color css
<style>
a { background-color: #A56955; }
a { background-color: rgb(165,105,85); }
div.DivClassName
{
background-color: #A56955;
}
.BgClassName
{
background-color: #A56955;
}
</style>
border-color css
<style>
span { border-color: #A56955; }
span { border-color: rgb(165,105,85); }
td.TdClassName
{
border-color: #A56955;
}
.TagClassName
{
border-color: #A56955;
}
</style>