Shades of Sante Fe #A56B53
Tints of Sante Fe #A56B53
RGB
CMYK
RGB Variations
Color information
#A56B53 (or 0xA56B53) is known color: Sante Fe. HEX triplet: A5, 6B and 53. RGB value is (165,107,83). Sum of RGB (Red+Green+Blue) = 165+107+83=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B53 is #5A94AC. Grayscale: #797979. Windows color (decimal): -5936301 or 5467045. OLE color: 5467045.
HSL color Cylindrical-coordinate representation of color #A56B53: hue angle of 17.56º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A56B53 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 107 | 83 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.35 |
| HSL | 17.56º | 0.33% | 0.49% | - |
| HSV(B) | 17.56º | 0.5% | 0.65% | - |
| XYZ | 22.34 | 19.14 | 10.7 | - |
| YUV | 121.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 107 | 83 | 0 | 0.35 | 0.50 | 0.35 | 17.56 | 0.33 | 0.49 |
| Hex | A5 | 6B | 53 | 0 | 23 | 32 | 23 | 12 | 21 | 31 |
| Octal | 245 | 153 | 123 | 0 | 43 | 62 | 43 | 22 | 41 | 61 |
| Binary | 10100101 | 1101011 | 1010011 | 0 | 100011 | 110010 | 100011 | 10010 | 100001 | 110001 |
Color Harmonies of #A56B53
Complementary color
Monochromatic Colors of #A56B53
Black with #A56B53
Text Example
Text Example
White with #A56B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A56B53; }
p { color: rgb(165,107,83); }
H1.HeaderClassName
{
color: #A56B53;
}
.AnyTagClassName
{
color: #A56B53;
}
</style>
background-color css
<style>
a { background-color: #A56B53; }
a { background-color: rgb(165,107,83); }
div.DivClassName
{
background-color: #A56B53;
}
.BgClassName
{
background-color: #A56B53;
}
</style>
border-color css
<style>
span { border-color: #A56B53; }
span { border-color: rgb(165,107,83); }
td.TdClassName
{
border-color: #A56B53;
}
.TagClassName
{
border-color: #A56B53;
}
</style>